Skip to content

Commit

Permalink
Fixed issue #7931: ComfortUpdate offers stable version 2.0 as an upda…
Browse files Browse the repository at this point in the history
…te though it is not really possible to update
  • Loading branch information
c-schmitz committed Sep 15, 2013
1 parent e1c475c commit f044a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -5654,7 +5654,7 @@ function getUpdateInfo()
$http->timeout=0;
$http->data_timeout=0;
$http->user_agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)";
$http->GetRequestArguments("http://update.limesurvey.org?build=".Yii::app()->getConfig("buildnumber").'&id='.md5(getGlobalSetting('SessionName')),$arguments);
$http->GetRequestArguments("http://update.limesurvey.org?build=".Yii::app()->getConfig("buildnumber").'&id='.md5(getGlobalSetting('SessionName')).'&crosscheck=true',$arguments);

$updateinfo=false;
$error=$http->Open($arguments);
Expand Down

0 comments on commit f044a19

Please sign in to comment.