Merge branch 'master' into feature/num_format
This commit is contained in:
commit
73df02f8c0
@ -260,7 +260,9 @@ class GlobalFunctionsHelper
|
||||
*/
|
||||
public function ob_end_clean()
|
||||
{
|
||||
ob_end_clean();
|
||||
if (ob_get_length() > 0) {
|
||||
ob_end_clean();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user