Changeset 2250 for trunk/system/libraries/Router.php
- Timestamp:
- 03/09/2008 03:12:35 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r2182 r2250 74 74 foreach(self::$routes as $key => $val) 75 75 { 76 if ($key == '_default') continue;76 if ($key === '_default') continue; 77 77 78 78 // Does this route match the current URI?
