Fix missing closing tag

This commit is contained in:
Rosiak
2015-07-28 19:52:02 +02:00
parent 4338de103a
commit c0a8fb351f

View File

@@ -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];
}