mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix php lint error
This commit is contained in:
@ -7,7 +7,7 @@ if (is_numeric($vars['id'])) {
|
||||
if (is_numeric($vserver['device_id']) && ($auth || device_permitted($vserver['device_id']))) {
|
||||
$device = device_by_id_cache($vserver['device_id']);
|
||||
|
||||
$rrd_filename = rrd_name(device['hostname'], array('vserver', $vserver['classmap_id']));
|
||||
$rrd_filename = rrd_name($device['hostname'], array('vserver', $vserver['classmap_id']));
|
||||
|
||||
$title = generate_device_link($device);
|
||||
$title .= ' :: Serverfarm :: '.htmlentities($vserver['classmap_id']);
|
||||
|
Reference in New Issue
Block a user