BugFix Projektarbeitsbenotung Assistenzrechte

This commit is contained in:
Manfred Kindl
2019-10-07 18:50:32 +02:00
parent 2c45c933e1
commit 262a7d82e5
+1 -1
View File
@@ -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)
{