mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-25 16:09:28 +00:00
BugFix
Berechtigungsproblem bei Funktion getAllOe()
This commit is contained in:
@@ -2378,7 +2378,7 @@ class lehrveranstaltung extends basis_db
|
||||
|
||||
if(!in_array($stg->oe_kurzbz, $oe))
|
||||
{
|
||||
$oe[] = $this->oe_kurzbz;
|
||||
$oe[] = $stg->oe_kurzbz;
|
||||
}
|
||||
|
||||
return $oe;
|
||||
|
||||
Reference in New Issue
Block a user