Changeset 264

Show
Ignore:
Timestamp:
10/24/07 22:27:11 (1 year ago)
Author:
hans
Message:

(merging from trunk) #168 - Removing call to undefined toString() method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/classes/phing/filters/XincludeFilter.php

    r147 r264  
    7777        } 
    7878        
    79         $this->log("Transforming XML " . $this->in->__toString() . " using Xinclude ", Project::MSG_VERBOSE); 
     79        $this->log("Transforming XML " . $this->in->getResource() . " using Xinclude ", Project::MSG_VERBOSE); 
    8080         
    8181        $out = '';