Changeset 263

Show
Ignore:
Timestamp:
10/24/07 22:26:15 (8 months ago)
Author:
hans
Message:

#168 - Removing call to undefined toString() method

Files:

Legend:

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

    r147 r263  
    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 = '';