Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas

This commit is contained in:
Albert Santoni 2014-04-25 01:03:05 -04:00
commit 7a2f27fe41
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class UpgradeController extends Zend_Controller_Action
->findOne(); ->findOne();
$airtime_version = $pref->getValStr(); $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() $this->getResponse()
->setHttpResponseCode(400) ->setHttpResponseCode(400)
->appendBody("Upgrade to Airtime 2.5.3 FAILED. You must be using Airtime 2.5.1 or 2.5.2 to upgrade."); ->appendBody("Upgrade to Airtime 2.5.3 FAILED. You must be using Airtime 2.5.1 or 2.5.2 to upgrade.");