Changeset 2079 for trunk/system/core/Kohana.php
- Timestamp:
- 02/19/2008 02:06:24 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2072 r2079 234 234 Router::$method = '_remap'; 235 235 } 236 elseif (isset($methods[Router::$method]) AND Router::$method {0}!== '_')236 elseif (isset($methods[Router::$method]) AND Router::$method[0] !== '_') 237 237 { 238 238 // Use the arguments normally
