From deef1c3d4cbe39832e07edc308659e7fac890ddf Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 2 Dec 2006 19:20:40 +0000 Subject: added TUrlManager and fixed #451. --- framework/TApplication.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/TApplication.php') 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])) -- cgit v1.2.3