Changeset 1528 for branches/3.0
- Timestamp:
- 11/28/2006 07:50:37 PM (2 years 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
r1397 r1528 1193 1193 if($this->_stage<self::CS_LOADED) 1194 1194 { 1195 if(($context=$this->getTemplateControl())===null)1196 $context=$this;1197 1195 if(isset($this->_rf[self::RF_ADAPTER])) 1198 1196 $this->_rf[self::RF_ADAPTER]->onLoad(null);
