Skip to content

Commit

Permalink
Fix error in an inline comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrandel committed Feb 5, 2013
1 parent 759616b commit 60f1529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/webservice/WebService.inc.php
Expand Up @@ -178,7 +178,7 @@ function _callGetWebService(&$webServiceRequest) {
// Relax timeout a little bit for slow servers
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);

// POST to the web service
// GET from the web service
for ($retries = 0; $retries < WEBSERVICE_RETRIES; $retries++) {
if ($result = @curl_exec($ch)) break;

Expand Down

0 comments on commit 60f1529

Please sign in to comment.