Changeset 3230
- Timestamp:
- 07/28/2008 05:54:12 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r3226 r3230 192 192 } 193 193 } 194 elseif (c ount($_GET) === 1 AND current($_GET) === '' AND substr($_SERVER['QUERY_STRING'], -1) !== '=')194 elseif (current($_GET) === '' AND substr($_SERVER['QUERY_STRING'], -1) !== '=') 195 195 { 196 196 // The URI is the array key, eg: ?this/is/the/uri
