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

View File

@ -260,8 +260,10 @@ class GlobalFunctionsHelper
*/ */
public function ob_end_clean() public function ob_end_clean()
{ {
if (ob_get_length() > 0) {
ob_end_clean(); ob_end_clean();
} }
}
/** /**
* Wrapper around global function iconv() * Wrapper around global function iconv()