Changeset 3384
- Timestamp:
- 08/28/2008 03:26:45 PM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/classes/router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/classes/router.php
r3383 r3384 70 70 if (preg_match('#^'.$regex.'$#u', self::$current_uri, $matches)) 71 71 { 72 echo Kohana::debug($regex, $name);73 74 72 // If matches exist and there are keys for the URI, parse them 75 73 if (count($matches) > 1 AND $keys = Router::keys($route[0]))
