// missing parenthesis

This commit is contained in:
gRoussac
2013-11-29 17:48:52 +01:00
parent f8a94b1be9
commit 3871ea32a4
+1 -1
View File
@@ -32,7 +32,7 @@ class AttachmentControllerCore extends FrontController
if (!$a->id)
Tools::redirect('index.php');
Hook::exec('actionDownloadAttachment', array('attachment' => &$a);
Hook::exec('actionDownloadAttachment', array('attachment' => &$a));
if (ob_get_level() && ob_get_length() > 0)
ob_end_clean();