Changeset 3119 for trunk/system/libraries/Router.php
- Timestamp:
- 07/16/2008 03:39:36 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r3075 r3119 279 279 if (preg_match('#^'.$key.'$#u', $uri)) 280 280 { 281 if (strpos($val, '$') !== FALSE AND strpos($key, '(') !== FALSE)281 if (strpos($val, '$') !== FALSE) 282 282 { 283 283 // Use regex routing
