Ignore:
Timestamp:
09/06/10 21:52:15 (21 months ago)
Author:
vain
Message:
  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/router.core.php

    r4599 r4614  
    8484    public function __construct(Clansuite_HttpRequest $request) 
    8585    { 
    86         $request_uri = $request::getRequestURI(); 
     86        $request_uri = $request->getRequestURI(); 
    8787 
    8888        # clean the incomming uri 
     
    11041104    public function addRoutesOfModule($modulename) 
    11051105    { 
    1106         self:updateApplicationRoutes($modulename); 
     1106        self::updateApplicationRoutes($modulename); 
    11071107    } 
    11081108 
     
    12131213interface Clansuite_Router_Interface 
    12141214{ 
    1215     function addRoute($name, array $route); 
     1215    function addRoute($url_pattern, array $route_options = null); 
    12161216    function addRoutes(array $routes); 
    12171217    function getRoutes(); 
Note: See TracChangeset for help on using the changeset viewer.