Fix typo
This commit is contained in:
parent
819862c37b
commit
7fbd285dd0
|
@ -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