Fixed Upgrade caching bugs
This commit is contained in:
parent
9de92a87a4
commit
728fccc2fe
3 changed files with 33 additions and 15 deletions
|
@ -10,7 +10,7 @@ class UpgradeController extends Zend_Controller_Action
|
|||
$this->_helper->viewRenderer->setNoRender(true);
|
||||
|
||||
if (!$this->verifyAuth()) {
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
|
||||
$upgraders = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue