Changeset 1540

Show
Ignore:
Timestamp:
12/14/2007 06:17:41 PM (13 months ago)
Author:
Shadowhand
Message:

It helps when the query string has a question mark at the beginning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Router.php

    r1539 r1540  
    5050                { 
    5151                        // Set the query string to the current query string 
    52                         self::$query_string = trim($_SERVER['QUERY_STRING'], '&'); 
     52                        self::$query_string = '?'.trim($_SERVER['QUERY_STRING'], '&'); 
    5353                } 
    5454