Changeset 1528 for branches/3.0

Show
Ignore:
Timestamp:
11/28/2006 07:50:37 PM (2 years ago)
Author:
xue
Message:

redundant code removal.

Files:
1 modified

Legend:

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

    r1397 r1528  
    11931193                if($this->_stage<self::CS_LOADED) 
    11941194                { 
    1195                         if(($context=$this->getTemplateControl())===null) 
    1196                                 $context=$this; 
    11971195                        if(isset($this->_rf[self::RF_ADAPTER])) 
    11981196                                $this->_rf[self::RF_ADAPTER]->onLoad(null);