Skip to content

Commit 8f2c653

Browse files
committed
Change filter to be more specific
1 parent 8f67db7 commit 8f2c653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/SearchConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected function applyFilterVars($filter)
115115
{
116116
global $INPUT;
117117
global $INFO;
118-
if (is_null($INFO)) {
118+
if (!isset($INFO['id'])) {
119119
$INFO = pageinfo();
120120
}
121121
$ns = getNS($INFO['id']);

0 commit comments

Comments
 (0)