Changeset 134

Show
Ignore:
Timestamp:
02/02/07 19:38:18 (2 years ago)
Author:
hans
Message:

ticket:56: TaskHandler passing incorrect param to ProjectConfigurator->configureId()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/classes/phing/parser/TaskHandler.php

    r76 r134  
    3030 * 
    3131 * @author      Andreas Aderhold <andi@binarycloud.com> 
    32  * @copyright © 2001,2002 THYRELL. All rights reserved 
     32 * @copyright ᅵ 2001,2002 THYRELL. All rights reserved 
    3333 * @version   $Revision: 1.10 $ 
    3434 * @package   phing.parser 
     
    150150        // should be used in task exceptions to provide details 
    151151        $this->task->setLocation($this->parser->getLocation()); 
    152         $configurator->configureId($task, $attrs); 
     152        $configurator->configureId($this->task, $attrs); 
    153153                 
    154154                if ($this->container) {