Changeset 2936 for trunk/system/libraries/Router.php
- Timestamp:
- 06/29/08 17:32:40 (2 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r2931 r2936 70 70 71 71 // Set the complete URI 72 self::$complete_uri = self::$ query_string.self::$current_uri;72 self::$complete_uri = self::$current_uri.self::$query_string; 73 73 74 74 // Explode the segments by slashes
