mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
BugFix Projektarbeitsbenotung Assistenzrechte
This commit is contained in:
@@ -136,7 +136,7 @@ if($rechte->isBerechtigt('admin', null, 'suid'))
|
||||
$stgs[] = $row->studiengang_kz;
|
||||
}
|
||||
else
|
||||
$stgs = $rechte->getStgKz();
|
||||
$stgs = $rechte->getStgKz('assistenz');
|
||||
|
||||
foreach ($stgs as $kz)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user