Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Update Bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape committed Dec 9, 2015
1 parent 04b083b commit 9190dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ protected function _initDatabase()
protected function _initCache()
{
$this->bootstrap('Config', 'Database');
$cache = false;

if (Zend_Registry::get('configGlobal')->get('environment', 'production') === 'production') {
$frontendOptions = array(
Expand Down

0 comments on commit 9190dbe

Please sign in to comment.