mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
fixed recht
This commit is contained in:
@@ -66,7 +66,7 @@ $updatevon = 0;
|
||||
// Zeitwuensche speichern
|
||||
if (isset($_POST['save']))
|
||||
{
|
||||
if(!$rechte->isBerechtigt('mitarbeiter', null, 'suid'))
|
||||
if(!$rechte->isBerechtigt('mitarbeiter/zeitwuensche', null, 'suid'))
|
||||
die($rechte->errormsg);
|
||||
|
||||
for ($t=1;$t<7;$t++)
|
||||
|
||||
Reference in New Issue
Block a user