Changeset 235

Show
Ignore:
Timestamp:
09/05/07 18:42:02 (11 months ago)
Author:
hans
Message:

ticket:146 - Fixing E_NOTICE related to offset type in CopyTask

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/classes/phing/tasks/system/CopyTask.php

    r217 r235  
    236236            if (!$this->flatten && $this->mapperElement === null) 
    237237            { 
    238                                 $this->completeDirMap[$fromDir] = $this->destDir
     238                                $this->completeDirMap[$fromDir->getAbsolutePath()] = $this->destDir->getAbsolutePath()
    239239                        } 
    240240             
  • trunk/classes/phing/tasks/system/CopyTask.php

    r217 r235  
    236236            if (!$this->flatten && $this->mapperElement === null) 
    237237            { 
    238                                 $this->completeDirMap[$fromDir] = $this->destDir
     238                                $this->completeDirMap[$fromDir->getAbsolutePath()] = $this->destDir->getAbsolutePath()
    239239                        } 
    240240