Changeset 1559 for branches/3.0

Show
Ignore:
Timestamp:
12/03/2006 09:03:21 PM (2 years ago)
Author:
xue
Message:

invoking resolveRequest when no application config is used.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/framework/TApplication.php

    r1539 r1559  
    806806                if($this->_configFile===null) 
    807807                { 
    808                         $this->getRequest()->setAvailableServices(array(self::PAGE_SERVICE_ID)); 
     808                        $request=$this->getRequest(); 
     809                        $request->setAvailableServices(array(self::PAGE_SERVICE_ID)); 
     810                        $request->resolveRequest(); 
    809811                        $this->_service=$this->getPageService(); 
    810812                        return;