From 3e033ef48c7853d247cddaa05b51741b6562e0b2 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 11 Sep 2012 17:09:43 +0200 Subject: [PATCH] Fix: doc --- 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 77a5ed7ba5a..e08dc1cd9c8 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -582,7 +582,7 @@ class FormFile ); $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; }