Changeset 2229 for trunk/system/core/Kohana.php
- Timestamp:
- 03/07/2008 02:19:56 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2214 r2229 215 215 // Make sure the controller class exists 216 216 class_exists($controller, FALSE) or Event::run('system.404'); 217 218 // Production enviroment protection, based on the IN_PRODUCTION flag 219 (IN_PRODUCTION AND constant($controller.'::ALLOW_PRODUCTION') === FALSE) and Event::run('system.404'); 217 220 218 221 // Run system.pre_controller
