This commit is contained in:
drigato 2014-04-10 15:55:21 -04:00
parent 819862c37b
commit 7fbd285dd0
1 changed files with 1 additions and 1 deletions

View File

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