From 8aaf2410751961e8e448eaa26e90c031c4968510 Mon Sep 17 00:00:00 2001 From: skjaro Date: Wed, 22 Dec 2021 19:57:56 +0100 Subject: [PATCH] Fix typo --- inc/remotesupport.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/remotesupport.class.php b/inc/remotesupport.class.php index 4a56345..d293084 100644 --- a/inc/remotesupport.class.php +++ b/inc/remotesupport.class.php @@ -84,7 +84,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM $config = Config::getConfigurationValues('plugin:Remotesupport'); - if ($config["fusion"] || $config["run_mode"] == "None") { + if ($config["fusion"] == false || $config["run_mode"] == "None") { return 0; }