Merge pull request #2695 from ekoyle/ajax_fix

Fix minor bug in ajax_search.php which was returning null instead of …
This commit is contained in:
Neil Lathwood 2016-01-05 22:35:53 +00:00
commit 54591c6d00

View File

@ -15,6 +15,7 @@ if (!$_SESSION['authenticated']) {
$device = array();
$ports = array();
$bgp = array();
if (isset($_REQUEST['search'])) {
$search = mres($_REQUEST['search']);