diff options
author | xue <> | 2006-12-02 19:20:40 +0000 |
---|---|---|
committer | xue <> | 2006-12-02 19:20:40 +0000 |
commit | deef1c3d4cbe39832e07edc308659e7fac890ddf (patch) | |
tree | de6885d8f2c0cd39a4130bb97e94503cbd42108f /framework/TApplication.php | |
parent | 8cac0293693896f17d3c1bc0566c29d758ffe8c5 (diff) |
added TUrlManager and fixed #451.
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 ba3d3551..be551089 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -879,6 +879,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])) |