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; }