This commit is contained in:
Regis Houssin 2012-09-11 17:09:43 +02:00
parent 1d6645c5c4
commit 3e033ef48c

View File

@ -582,7 +582,7 @@ class FormFile
); );
$reshook=$hookmanager->executeHooks('showFilesList', $parameters, $object); $reshook=$hookmanager->executeHooks('showFilesList', $parameters, $object);
if (isset($reshook) && $reshook != '') // 0:not deleted, 1:deleted, null or '' for bypass if (isset($reshook) && $reshook != '') // null or '' for bypass
{ {
return $reshook; return $reshook;
} }