mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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