Commit c036456b authored by Guy Thouret's avatar Guy Thouret
Browse files

(fix) Spec bootstrap should load configs (prevents errors connecting to Redis and MQ in dev) - #587

parent 01b11f8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ date_default_timezone_set('UTC');

$minds = new Minds\Core\Minds();
$minds->loadLegacy();
$minds->loadConfigs();

$CONFIG = Minds\Core\Di\Di::_()->get('Config');
$CONFIG->default_access = 2;