mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix some scrutinizer coding style issues
This commit is contained in:
@@ -119,7 +119,7 @@ if (isset($_GET['term'],$_GET['device_id'])) {
|
||||
$obj = array_chunk($obj, 20, true);
|
||||
$obj = $obj[0];
|
||||
$flds = array();
|
||||
if ($current == true) {
|
||||
if ($current === true) {
|
||||
foreach ($obj as $fld) {
|
||||
$flds[] = $fld['name'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user