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

fixed a typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/framework/Web/UI/TControl.php

    r1528 r1744  
    849849                else 
    850850                { 
    851                         if($this->hasControl() && ($this->_flags & self::IS_CHILD_CREATED)) 
     851                        if($this->getHasControls() && ($this->_flags & self::IS_CHILD_CREATED)) 
    852852                                $this->getControls()->clear(); 
    853853                        $this->_flags &= ~self::IS_CHILD_CREATED;