Changeset 652 for trunk/system/core/Bootstrap.php
- Timestamp:
- 10/04/2007 08:10:40 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Bootstrap.php
r651 r652 62 62 63 63 // Manually flush the output buffer to allow loading views in the system.output event 64 Kohana::display();64 Event::run('system.shutdown');
