mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixing scrut issue
This commit is contained in:
@@ -1054,6 +1054,7 @@ function get_devices_by_group() {
|
||||
$router = $app->router()->getCurrentRoute()->getParams();
|
||||
$status = 'error';
|
||||
$code = 404;
|
||||
$count = 0;
|
||||
$name = urldecode($router['name']);
|
||||
$devices = array();
|
||||
if (empty($name)) {
|
||||
|
||||
Reference in New Issue
Block a user