Skip to content

Commit

Permalink
Merge pull request #47 from bthibault/master
Browse files Browse the repository at this point in the history
added $this keyword to fshelper.php setURLOptions
  • Loading branch information
dweeves committed Jun 7, 2014
2 parents c563c94 + 55da0ed commit f38434a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magmi/inc/fshelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function getRemoteFile($url, $dest, $creds = null, $authmode = null, $coo

if ($lookup)
{
setURLOptions($url, $lookup_opts);
$this->setURLOptions($url, $lookup_opts);
// lookup , using HEAD request
$ok = curl_setopt_array($ch, $lookup_opts);
$res = curl_exec($ch);
Expand Down Expand Up @@ -616,4 +616,4 @@ public function exec_cmd($cmd, $params, $working_dir = null)
}
return $out;
}
}
}

0 comments on commit f38434a

Please sign in to comment.