Changeset 2887
- Timestamp:
- 06/24/2008 07:54:47 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2882 r2887 211 211 212 212 // Include the Controller file 213 require Router::$ directory.Router::$controller.EXT;213 require Router::$controller_path; 214 214 215 215 // Set controller class name
