From 2f80f873eae389a27dd9851b02b1fdeebf8ae624 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 12 Jan 2023 18:36:33 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/user/param_ihm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php index 4ee2c318f5e..da8eebacaac 100644 --- a/htdocs/user/param_ihm.php +++ b/htdocs/user/param_ihm.php @@ -216,10 +216,10 @@ if (isModEnabled('ticket')) { } // Hook for insertion new items in the List of possible landing pages -$reshook = $hookmanager->executeHooks('addToLandingPageList',$tmparray,$object); +$reshook = $hookmanager->executeHooks('addToLandingPageList', $tmparray, $object); if ($reshook < 0) { setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); -} else if ($reshook === 0) { +} elseif ($reshook === 0) { if (count($hookmanager->resArray)!==0) { $tmparray=$hookmanager->resArray; }