Changeset 75
- Timestamp:
- 05/23/06 14:14:19 (3 years ago)
- Files:
-
- trunk/classes/phing/parser/TaskHandler.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/parser/TaskHandler.php
r74 r75 166 166 $this->wrapper->setAttributes($attrs); 167 167 /* 168 169 168 Commenting this out as per thread on Premature configurate of ReuntimeConfigurables 170 169 with Matthias Pigulla: http://phing.tigris.org/servlets/ReadMsg?list=dev&msgNo=251 … … 185 184 */ 186 185 protected function finished() { 187 if ($this->task !== null && $this->target === null ) {186 if ($this->task !== null && $this->target === null && $this->container === null) { 188 187 try { 189 188 $this->task->main();
