spacing
This commit is contained in:
parent
09b42f8b55
commit
ad059f985e
|
@ -233,7 +233,7 @@ function getNavBarHTML($reload = null) {
|
|||
if (!$sortQuery) {
|
||||
parseSort();
|
||||
}
|
||||
if (!$filterQuery) {
|
||||
if ( (!$filterQuery) and isset($_REQUEST['filter']) ) {
|
||||
parseFilter($_REQUEST['filter']);
|
||||
$filterQuery = $_REQUEST['filter']['query'];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue