Changeset 1745

Show
Ignore:
Timestamp:
03/06/2007 08:08:14 AM (21 months ago)
Author:
xue
Message:

fixed a typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/UI/TControl.php

    r1532 r1745  
    850850                else 
    851851                { 
    852                         if($this->hasControl() && ($this->_flags & self::IS_CHILD_CREATED)) 
     852                        if($this->getHasControls() && ($this->_flags & self::IS_CHILD_CREATED)) 
    853853                                $this->getControls()->clear(); 
    854854                        $this->_flags &= ~self::IS_CHILD_CREATED;