fix case on filterQuery
This commit is contained in:
parent
e5dd10fc04
commit
e3fe75f21b
|
@ -2,7 +2,7 @@
|
||||||
global $connkey;
|
global $connkey;
|
||||||
global $Event;
|
global $Event;
|
||||||
global $Monitor;
|
global $Monitor;
|
||||||
global $FilterQuery;
|
global $filterQuery;
|
||||||
global $sortQuery;
|
global $sortQuery;
|
||||||
global $rates;
|
global $rates;
|
||||||
global $rate;
|
global $rate;
|
||||||
|
|
Loading…
Reference in New Issue