Repair Spaces

This commit is contained in:
SamBrishes 2020-05-23 00:04:16 +02:00
parent 1214b12bf7
commit c7f0393062
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,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');