From bf8caefce718cc38ccfd121d9cd718f42021b2b9 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 2 Dec 2006 19:27:15 +0000 Subject: merge from 3.0 branch till 1540. --- 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 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])) -- cgit v1.2.3