Skip to content

Commit

Permalink
Revert "Dev: Missing lines in last fix"
Browse files Browse the repository at this point in the history
This reverts commit 2b96609.
  • Loading branch information
olleharstedt committed Oct 7, 2016
1 parent bbb5965 commit 48a7630
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions application/controllers/admin/databaseupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ public function db($continue = null)

$aData['updatedbaction'] = true;

// TODO: Add admin theme, WITHOUT call _renderWrappedTemplate. We don't want to
// do any database queries when updating the database.
$aData = array_merge($aData, $aViewUrls);
Yii::app()->getController()->renderPartial('databaseupdate/db', $aData);
$this->_renderWrappedTemplate('update', $aViewUrls, $aData);
}
}

0 comments on commit 48a7630

Please sign in to comment.