Fix Space / Tabs

This commit is contained in:
SamBrishes 2020-05-15 07:54:51 +02:00
parent 7ea717200c
commit 5187cbc4d0
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ else
}
// Define variables
$ADMIN_CONTROLLER = $layout['controller'];
$ADMIN_VIEW = $layout['view'];
$ADMIN_CONTROLLER = $layout['controller'];
$ADMIN_VIEW = $layout['view'];
// Load plugins before the admin area will be load.
Theme::plugins('beforeAdminLoad');