Changeset 1540
- Timestamp:
- 12/14/2007 06:17:41 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r1539 r1540 50 50 { 51 51 // 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'], '&'); 53 53 } 54 54
