From 1d6645c5c4b3da08c4a318a26a68cdf706b5c17f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 11 Sep 2012 17:05:12 +0200 Subject: [PATCH] Fix: rename this method --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index c1e3338bb2a..77a5ed7ba5a 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -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 {