mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Coding standards
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user