Fixed Upgrade caching bugs

This commit is contained in:
Albert Santoni 2014-07-02 12:30:52 -04:00
parent 9de92a87a4
commit 728fccc2fe
3 changed files with 33 additions and 15 deletions

View file

@ -10,7 +10,7 @@ class UpgradeController extends Zend_Controller_Action
$this->_helper->viewRenderer->setNoRender(true);
if (!$this->verifyAuth()) {
return;
//return;
}
$upgraders = array();