Changeset 1899

Show
Ignore:
Timestamp:
02/01/2008 06:29:35 PM (10 months ago)
Author:
Shadowhand
Message:

Follow up for r1898, the Kohana output buffer must still be cleared before displaying the error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r1898 r1899  
    518518                        ob_end_clean(); 
    519519                } 
     520 
     521                // Clear the current buffer 
     522                (ob_get_level() === self::$buffer_level) and ob_clean(); 
    520523 
    521524                // Test if display_errors is on