Code clean up for phan and phpstan

This commit is contained in:
Clemens Schwaighofer
2022-06-07 18:16:23 +09:00
parent 183cadb0fd
commit 5d98be06be
3 changed files with 11 additions and 14 deletions

View File

@@ -92,7 +92,7 @@ $cms->menu_show_flag = 'main';
// db info
$cms->db->dbInfo();
// set acl
$cms->setACL($login->acl);
$cms->setACL($login->loginGetAcl());
// flush (can we move that to header block above)
ob_end_flush();
//------------------------------ class init end