mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix missing closing tag
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
if (preg_match('/^(.+?),/', $poll_device['sysDescr'], $hardware) {
|
||||
if (preg_match('/^(.+?),/', $poll_device['sysDescr'], $hardware)) {
|
||||
$hardware = $store[1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user