Start refactor work on GenericTables #51

Open
Aaron wants to merge 11 commits from generic-tables into master
Showing only changes of commit 2d2ef38422 - Show all commits

View File

@ -33,7 +33,7 @@ class MainNavBar extends NavBar
<span class="navbar-toggler-icon"></span>
</button>';
if (Registry::get('user')->isLoggedIn())
if (Registry::has('user') && Registry::get('user')->isLoggedIn())
{
echo '
<div class="collapse navbar-collapse justify-content-end" id="', $this->innerMenuId, '">