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 */