changed copmact to compact

This commit is contained in:
Dimitry Kuijpers
2016-08-11 13:20:51 +02:00
parent bb3f610b8a
commit e2d3812bcb

View File

@@ -38,7 +38,7 @@ if ($device['os_group'] == "cisco") {
'active' => $active,
);
$tags = copmact('rrd_def');
$tags = compact('rrd_def');
data_update($device, 'cisco-iospri', $tags, $fields);
$graphs['cisco-iospri'] = TRUE;