diff options
author | xue <> | 2006-12-02 19:27:15 +0000 |
---|---|---|
committer | xue <> | 2006-12-02 19:27:15 +0000 |
commit | bf8caefce718cc38ccfd121d9cd718f42021b2b9 (patch) | |
tree | fa376e7955c5ae7f7dac0ebaa70fafad45fbd674 /framework/TApplication.php | |
parent | c0239466d7e7142a67f6233169377b10fd93e6ec (diff) |
merge from 3.0 branch till 1540.
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r-- | framework/TApplication.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/TApplication.php b/framework/TApplication.php index ce05893b..be2cce19 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -880,6 +880,8 @@ class TApplication extends TComponent $request=$this->getRequest(); $request->setAvailableServices($serviceIDs); + $request->resolveRequest(); + if(($serviceID=$request->getServiceID())===null) $serviceID=self::PAGE_SERVICE_ID; if(isset($services[$serviceID])) |