Skip to content

Commit

Permalink
Fixed issue #9210: ComfortUpdate not working if debug mode is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 3, 2014
1 parent 726d755 commit add0fbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/controllers/admin/update.php
Expand Up @@ -147,11 +147,10 @@ private function _requestChangedFiles(httpRequestIt $http, $buildnumber, $update

function step2()
{

$aReadOnlyFiles=array();
$clang = $this->getController()->lang;
$buildnumber = Yii::app()->getConfig("buildnumber");
$updatebuild = getGlobalSetting("updatebuild");

list($error, $updateinfo, $cookies) = $this->_getChangedFiles($buildnumber, $updatebuild);
$aData = $this->_getFileStatus($updateinfo);
foreach (array_unique($aData['readonlyfiles']) as $aFile)
Expand Down

0 comments on commit add0fbc

Please sign in to comment.