Changeset 1899
- Timestamp:
- 02/01/2008 06:29:35 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r1898 r1899 518 518 ob_end_clean(); 519 519 } 520 521 // Clear the current buffer 522 (ob_get_level() === self::$buffer_level) and ob_clean(); 520 523 521 524 // Test if display_errors is on
