mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Fix minor bug in ajax_search.php which was returning null instead of [] when searching bgp
This commit is contained in:
		@@ -15,6 +15,7 @@ if (!$_SESSION['authenticated']) {
 | 
			
		||||
 | 
			
		||||
$device = array();
 | 
			
		||||
$ports  = array();
 | 
			
		||||
$bgp    = array();
 | 
			
		||||
 | 
			
		||||
if (isset($_REQUEST['search'])) {
 | 
			
		||||
    $search = mres($_REQUEST['search']);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user