LvMenu.php added codeigniter phrasen object to params; Using ci_phrases in Events.php for cis4 menu;

This commit is contained in:
Johann Hoffmann
2024-08-12 14:20:42 +02:00
parent 73dd89e5af
commit 8232224b21
@@ -260,6 +260,7 @@ class LvMenu extends FHCAPI_Controller
$params = [
'sprache'=>$sprache,
'p'=>$p,
'ci_p'=> $this->p,
'db'=>$db,
'user'=>$user,
'is_lector'=>$is_lector,
@@ -799,5 +800,4 @@ private function fhc_menu_pinboard(&$menu, $angemeldet, $is_lector, $studiengan
*/
}
}