Changeset 3391
- Timestamp:
- 08/29/2008 11:04:08 AM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/classes/router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/classes/router.php
r3384 r3391 84 84 } 85 85 86 if (isset($matches[$i]) )86 if (isset($matches[$i]) AND $matches[$i] !== '') 87 87 { 88 88 // Set the route value from the URI
