Changeset 412 for branches/devel/system/core/Bootstrap.php
- Timestamp:
- 08/26/2007 02:43:57 PM (16 months ago)
- Files:
-
- 1 modified
-
branches/devel/system/core/Bootstrap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel/system/core/Bootstrap.php
r397 r412 57 57 */ 58 58 $controller = Kohana::instance(); 59 59 60 60 if (method_exists($controller, '_remap')) 61 61 { … … 96 96 // Run system.post_controller 97 97 Event::run('system.post_controller'); 98 99 // Make sure that $controller is not available globally 100 unset($controller); 98 101 } 99 102 catch (controller_not_found $exception)
