Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas
This commit is contained in:
commit
4afccfe225
|
@ -10,7 +10,7 @@ class UpgradeController extends Zend_Controller_Action
|
|||
$this->_helper->viewRenderer->setNoRender(true);
|
||||
|
||||
if (!$this->verifyAuth()) {
|
||||
retrun;
|
||||
return;
|
||||
}
|
||||
|
||||
if (!$this->verifyAirtimeVersion()) {
|
||||
|
|
Loading…
Reference in New Issue