Changeset 1745
- Timestamp:
- 03/06/2007 08:08:14 AM (21 months ago)
- Files:
-
- 1 modified
-
trunk/framework/Web/UI/TControl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/UI/TControl.php
r1532 r1745 850 850 else 851 851 { 852 if($this-> hasControl() && ($this->_flags & self::IS_CHILD_CREATED))852 if($this->getHasControls() && ($this->_flags & self::IS_CHILD_CREATED)) 853 853 $this->getControls()->clear(); 854 854 $this->_flags &= ~self::IS_CHILD_CREATED;
