fix errors when no filter specified
This commit is contained in:
parent
5ad9219609
commit
37b7c32465
|
@ -59,6 +59,7 @@ include('_monitor_filters.php');
|
|||
$filter_bar = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
$filter = array();
|
||||
if ( isset($_REQUEST['filter']) ) {
|
||||
$filter = $_REQUEST['filter'];
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue