The boot.php had been cleared of most functions
This commit is contained in:
@@ -57,7 +57,7 @@ function theme_post(App $a)
|
||||
|
||||
function theme_admin_post(App $a)
|
||||
{
|
||||
if (!is_site_admin()) {
|
||||
if (!$a->isSiteAdmin()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user