Hotfix CustomOID visibility (#11861)

This commit is contained in:
SourceDoctor
2020-06-25 20:53:21 +02:00
committed by GitHub
parent 0f2ddba10b
commit ea58060b16
+1 -1
View File
@@ -58,7 +58,7 @@ $group = $vars['group'];
$graph_enable = $graph_enable[$group];
$metric = basename($vars['metric']);
if (is_file("includes/html/pages/device/graphs/$group.inc.php")) {
if (($group != 'customoid') && (is_file("includes/html/pages/device/graphs/$group.inc.php"))) {
include "includes/html/pages/device/graphs/$group.inc.php";
} else {
foreach ($graph_enable as $graph => $entry) {