https://github.com/DamRsn/NeuralNote
https://github.com/BShakhovsky/PolyphonicPianoTranscription
| diff --git a/system/core/Kohana.php b/system/core/Kohana.php | |
| index 271f917..287c271 100644 | |
| --- a/system/core/Kohana.php | |
| +++ b/system/core/Kohana.php | |
| @@ -722,7 +722,7 @@ final class Kohana { | |
| if (ob_get_level() >= self::$buffer_level) | |
| { | |
| // Set the close function | |
| - $close = ($flush === TRUE) ? 'ob_end_flush' : 'ob_end_clean'; | |
| + $close = ($flush === TRUE) ? 'ob_end_flush' : 'Kohana::_ob_end_clean'; |