mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix #380 fatal error when installing phraseanet
This commit is contained in:
@@ -67,7 +67,7 @@ class Core extends \Pimple
|
|||||||
/**
|
/**
|
||||||
* Cache Autoload if it's not debug mode
|
* Cache Autoload if it's not debug mode
|
||||||
*/
|
*/
|
||||||
static::initAutoloads(!$this->configuration->isDebug());
|
static::initAutoloads($this->configuration->isInstalled() && !$this->configuration->isDebug());
|
||||||
|
|
||||||
$this->init();
|
$this->init();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user