Changeset 8bea7a4


Ignore:
Timestamp:
01/05/12 20:53:22 (4 months ago)
Author:
mrook
Branches:
master
Children:
f05d3e3
Parents:
8f2c6c5 (diff), 008aa2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Michiel Rook <mrook@…> (01/05/12 20:53:22)
git-committer:
Michiel Rook <mrook@…> (01/05/12 20:53:22)
Message:

Merge pull request #71 from Polzme/patch-1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/phing/tasks/ext/HttpGetTask.php

    r8f2c6c5 r008aa2e  
    9898            $this->log("Fetching " . $this->url); 
    9999 
    100         $request = new HTTP_Request2($this->url, $config); 
     100        $request = new HTTP_Request2($this->url, '', $config); 
    101101            $response =  $request->send(); 
    102102            if ($response->getStatus() != 200) { 
Note: See TracChangeset for help on using the changeset viewer.