Skip to content

Commit

Permalink
Fix http_client call to download ushahidi updates #716
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Jul 25, 2012
1 parent 1257f13 commit 339800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
*/
public function download_ushahidi($url) {
$http_client = new HttpClient($url,30);
$results = $http_client->fetch_url();
$results = $http_client->execute();
$this->log[] = "Starting to download the latest ushahidi build...";

if ( $results)
Expand Down

0 comments on commit 339800e

Please sign in to comment.