Argh, fixed typo... it's late
This commit is contained in:
parent
e7ea5e5301
commit
cdc88d25e1
|
@ -123,7 +123,7 @@ class UpgradeController extends Zend_Controller_Action
|
|||
->findOne();
|
||||
$airtime_version = $pref->getValStr();
|
||||
|
||||
if (!in_array($airtime_version, ['2.5.1', '2.5.2']) {
|
||||
if (!in_array($airtime_version, ['2.5.1', '2.5.2'])) {
|
||||
$this->getResponse()
|
||||
->setHttpResponseCode(400)
|
||||
->appendBody("Upgrade to Airtime 2.5.3 FAILED. You must be using Airtime 2.5.1 or 2.5.2 to upgrade.");
|
||||
|
|
Loading…
Reference in New Issue