Fix case of filterQuery. Fixes #3017

This commit is contained in:
Isaac Connor 2020-08-21 11:22:47 -04:00
parent fe425302ad
commit ac0976324f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
global $connkey;
global $Event;
global $Monitor;
global $FilterQuery;
global $filterQuery;
global $sortQuery;
global $rates;
global $rate;