From c0a8fb351fbe630ccf6a04f5d324f9be26275cc2 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Tue, 28 Jul 2015 19:52:02 +0200 Subject: [PATCH] Fix missing closing tag --- includes/polling/os/aerohive.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/polling/os/aerohive.inc.php b/includes/polling/os/aerohive.inc.php index 8ca9fb8a2f..a964fb9f91 100644 --- a/includes/polling/os/aerohive.inc.php +++ b/includes/polling/os/aerohive.inc.php @@ -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]; }