Skip to content

Commit

Permalink
Fixed issue #7675: Last check time improperly set after completion of…
Browse files Browse the repository at this point in the history
… ComfortUpdate
  • Loading branch information
c-schmitz committed Mar 19, 2013
1 parent dea9270 commit 263b967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/update.php
Expand Up @@ -26,6 +26,7 @@ class update extends Survey_Common_Action
*/
function index($sSubAction = null)
{
updateCheck();
$this->_RunUpdaterUpdate();
Yii::import('application.libraries.admin.http.httpRequestIt');

Expand Down Expand Up @@ -419,7 +420,6 @@ function step4()
}
fclose($handle);
}
setGlobalSetting('updatelastcheck','1980-01-01 00:00');
setGlobalSetting('updateavailable','0');
setGlobalSetting('updatebuild','');
setGlobalSetting('updateversion','');
Expand Down

0 comments on commit 263b967

Please sign in to comment.