Changeset 111

Show
Ignore:
Timestamp:
08/17/06 18:30:59 (2 years ago)
Author:
hans
Message:

ticket:50 - Applying fix patch from Joakim

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/classes/phing/tasks/ext/ExtractBaseTask.php

    r110 r111  
    130130             
    131131            $fileSystem = FileSystem::getFileSystem(); 
    132             $compressArchiveFilename = $compressArchivePathInfo['filename']; 
    133132            foreach ($compressedArchiveContent as $compressArchivePathInfo) { 
     133                $compressArchiveFilename = $compressArchivePathInfo['filename']; 
    134134                if(!empty($this->removepath) && strlen($compressArchiveFilename) >= strlen($this->removepath)) 
    135135                {