Skip to content

Commit

Permalink
Dev Path fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Dec 4, 2012
1 parent 70a793f commit 4088c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/AdminController.php
Expand Up @@ -142,7 +142,7 @@ public function run($action)
{
$usrow = getGlobalSetting('DBVersion');
if ((int) $usrow < Yii::app()->getConfig('dbversionnumber') && $action != 'update' && $action != 'authentication')
$this->redirect($this->createUrl('/admin/update/db'));
$this->redirect($this->createUrl('/admin/update/sa/db'));
}

if ($action != "update" && $action != "db")
Expand Down

0 comments on commit 4088c0e

Please sign in to comment.