From 6e3756d4f8fa83accdd7c55770f808fb75d5fa69 Mon Sep 17 00:00:00 2001 From: YAHIAOUI Hamza Date: Fri, 21 Oct 2022 09:35:41 +0100 Subject: [PATCH] fix spacing --- www/class/centreon-clapi/centreonAPI.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/class/centreon-clapi/centreonAPI.class.php b/www/class/centreon-clapi/centreonAPI.class.php index 172af019023..d67fa90c697 100644 --- a/www/class/centreon-clapi/centreonAPI.class.php +++ b/www/class/centreon-clapi/centreonAPI.class.php @@ -716,7 +716,7 @@ public function initXML() */ public function launchAction($exit = true) { - $action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8'); + $action = htmlspecialchars(strtoupper($this->action),ENT_QUOTES, 'UTF-8'); /** * Debug @@ -834,7 +834,7 @@ public function import($filename) public function launchActionForImport() { - $action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8'); + $action = htmlspecialchars(strtoupper($this->action), ENT_QUOTES, 'UTF-8'); /** * Debug */