Show
Ignore:
Timestamp:
12/02/2006 01:20:40 PM (2 years ago)
Author:
xue
Message:

added TUrlManager and fixed #451.

Files:
1 modified

Legend:

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

    r1512 r1539  
    880880                $request->setAvailableServices($serviceIDs); 
    881881 
     882                $request->resolveRequest(); 
     883 
    882884                if(($serviceID=$request->getServiceID())===null) 
    883885                        $serviceID=self::PAGE_SERVICE_ID;