Changeset 008aa2e


Ignore:
Timestamp:
01/05/12 15:55:28 (4 months ago)
Author:
Pol Dell'Aiera <d.paolino@…>
Branches:
master
Children:
4870cff
Parents:
8f2c6c5
git-author:
Pol Dell'Aiera <d.paolino@…> (01/05/12 15:55:28)
git-committer:
Pol Dell'Aiera <d.paolino@…> (01/05/12 15:55:28)
Message:

As the method is not taken in account, add an empty parameter for the method, it will use default method if this parameter is empty.

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.