Changeset 1559 for branches/3.0
- Timestamp:
- 12/03/2006 09:03:21 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/3.0/framework/TApplication.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/framework/TApplication.php
r1539 r1559 806 806 if($this->_configFile===null) 807 807 { 808 $this->getRequest()->setAvailableServices(array(self::PAGE_SERVICE_ID)); 808 $request=$this->getRequest(); 809 $request->setAvailableServices(array(self::PAGE_SERVICE_ID)); 810 $request->resolveRequest(); 809 811 $this->_service=$this->getPageService(); 810 812 return;
