Coding standards

This commit is contained in:
Romain Neutron
2012-02-06 13:25:06 +01:00
parent 933430c941
commit a3dc2062ee
10 changed files with 20 additions and 20 deletions

View File

@@ -39,15 +39,15 @@ class bootstrap
{
return static::$core;
}
static::$core = new Core($env);
if (\setup::is_installed())
{
$gatekeeper = \gatekeeper::getInstance();
$gatekeeper->check_directory();
}
return static::$core;
}