Fix typo
This commit is contained in:
@@ -84,7 +84,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
|||||||
|
|
||||||
$config = Config::getConfigurationValues('plugin:Remotesupport');
|
$config = Config::getConfigurationValues('plugin:Remotesupport');
|
||||||
|
|
||||||
if ($config["fusion"] || $config["run_mode"] == "None") {
|
if ($config["fusion"] == false || $config["run_mode"] == "None") {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user