Changeset 1744 for branches/3.0/framework/Web/UI/TControl.php
- Timestamp:
- 03/06/2007 08:07:50 AM (21 months ago)
- Files:
-
- 1 modified
-
branches/3.0/framework/Web/UI/TControl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/framework/Web/UI/TControl.php
r1528 r1744 849 849 else 850 850 { 851 if($this-> hasControl() && ($this->_flags & self::IS_CHILD_CREATED))851 if($this->getHasControls() && ($this->_flags & self::IS_CHILD_CREATED)) 852 852 $this->getControls()->clear(); 853 853 $this->_flags &= ~self::IS_CHILD_CREATED;
