The boot.php had been cleared of most functions
This commit is contained in:
parent
4989d1fa99
commit
63da4a75e9
37 changed files with 279 additions and 401 deletions
|
@ -57,7 +57,7 @@ function theme_post(App $a)
|
|||
|
||||
function theme_admin_post(App $a)
|
||||
{
|
||||
if (!is_site_admin()) {
|
||||
if (!$a->isSiteAdmin()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue