From c9c22fe80b607447f328d39b29c9e55e8daa351b Mon Sep 17 00:00:00 2001 From: Dev2a Date: Tue, 7 Jan 2020 22:12:35 +0100 Subject: [PATCH] Fix Style --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 103137aad99..4aa76436b80 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -606,7 +606,7 @@ class Form // Complete list with data from external modules. THe module can use $_SERVER['PHP_SELF'] to know on which page we are, or use the $parameters['currentcontext'] completed by executeHooks. $parameters=array(); - $reshook=$hookmanager->executeHooks('addMoreMassActions',$parameters); // Note that $action and $object may have been modified by hook + $reshook=$hookmanager->executeHooks('addMoreMassActions', $parameters); // Note that $action and $object may have been modified by hook // check if there is a mass action if (count($arrayofaction) == 0 && empty($hookmanager->resPrint)) return; if (empty($reshook))