[-] CORE : Remove notices on ob clean

This commit is contained in:
gRoussac
2013-11-28 11:11:49 +01:00
parent ddf00b3e98
commit 8370c18fe8
11 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class AttachmentControllerCore extends FrontController
Hook::exec('actionDownloadAttachment', array('attachment' => &$a);
if (ob_get_level())
if (ob_get_level() && ob_get_length() > 0)
ob_end_clean();
header('Content-Transfer-Encoding: binary');