Berechtigungsproblem bei Funktion getAllOe()
This commit is contained in:
Manfred Kindl
2018-05-02 12:15:28 +02:00
parent c98b1d1f78
commit 47e7742b4e
+1 -1
View File
@@ -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;