Changeset 74

Show
Ignore:
Timestamp:
05/23/06 13:20:09 (2 years ago)
Author:
hans
Message:

Applied patch suggested by Matthias Pigulla for premature configuration on RuntimeConfigurables

Files:

Legend:

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

    r1 r74  
    165165            $this->wrapper = $this->task->getRuntimeConfigurableWrapper(); 
    166166            $this->wrapper->setAttributes($attrs); 
     167            /* 
     168             
     169                        Commenting this out as per thread on Premature configurate of ReuntimeConfigurables  
     170            with Matthias Pigulla: http://phing.tigris.org/servlets/ReadMsg?list=dev&msgNo=251 
     171             
    167172                        if ($this->parentWrapper !== null) { // this may not make sense only within this if-block, but it 
    168173                                                                                                // seems to address current use cases adequately 
    169174                        $this->parentWrapper->addChild($this->wrapper); 
    170175                        } 
     176                        */ 
    171177        } else { 
    172178            $this->task->init();