This commit is contained in:
madflow 2016-06-14 15:52:28 +02:00
parent dc31d6e8c2
commit 741a1431d6

View File

@ -260,7 +260,9 @@ class GlobalFunctionsHelper
*/
public function ob_end_clean()
{
ob_end_clean();
if (ob_get_length() > 0) {
ob_end_clean();
}
}
/**