Changeset 3393
- Timestamp:
- 08/29/2008 11:29:51 AM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/classes/router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/classes/router.php
r3392 r3393 73 73 { 74 74 // If matches exist and there are keys for the URI, parse them 75 if ( count($matches) > 1 AND$keys = Router::keys($route[0]))75 if ($keys = Router::keys($route[0])) 76 76 { 77 77 // Remove the matched string
