diff --git a/src/Plugins.php b/src/Plugins.php index 3d951a68df..d602f6f807 100644 --- a/src/Plugins.php +++ b/src/Plugins.php @@ -390,7 +390,6 @@ class Plugins ); if ($propertyItem->getForce() != null) { - // Same code is also few lines lower, update both if needed $ret .= ' onclick="if (!this.checked && ' . '(!document.getElementById(\'checkbox_' . $pluginName . '_' . $propertyItem->getForce() . '\') '