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