Fix: rename this method

This commit is contained in:
Regis Houssin 2012-09-11 17:05:12 +02:00
parent f95d611f12
commit 1d6645c5c4

View File

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