Refactor Appbox

This commit is contained in:
Romain Neutron
2012-02-21 16:06:01 +01:00
parent 375fd3d493
commit e576989c7f
15 changed files with 90 additions and 114 deletions

View File

@@ -44,7 +44,7 @@ class bootstrap
if (\setup::is_installed())
{
$gatekeeper = \gatekeeper::getInstance();
$gatekeeper = \gatekeeper::getInstance(static::$core);
$gatekeeper->check_directory();
}