Changeset 134
- Timestamp:
- 02/02/07 19:38:18 (2 years ago)
- Files:
-
- branches/2.2/classes/phing/parser/TaskHandler.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/classes/phing/parser/TaskHandler.php
r76 r134 30 30 * 31 31 * @author Andreas Aderhold <andi@binarycloud.com> 32 * @copyright ©2001,2002 THYRELL. All rights reserved32 * @copyright ᅵ 2001,2002 THYRELL. All rights reserved 33 33 * @version $Revision: 1.10 $ 34 34 * @package phing.parser … … 150 150 // should be used in task exceptions to provide details 151 151 $this->task->setLocation($this->parser->getLocation()); 152 $configurator->configureId($t ask, $attrs);152 $configurator->configureId($this->task, $attrs); 153 153 154 154 if ($this->container) {
