Bump cache key version of FilterLookup::getAllActiveFiltersInGroup

The DB lookup was changed to return ExistingFilter objects, not Filter,
and FilterRunner also requires ExistingFilter's. So update the version
to avoid fatals due to cached data.

Bug: T272248
Change-Id: I1076f65df5b6d030cea40beb2266c9ec54fa675f
This commit is contained in:
Daimona Eaytoy 2021-01-17 23:55:11 +01:00
parent 3306c341fc
commit bebc7b40de

View file

@ -158,7 +158,7 @@ class FilterLookup implements IDBAccessObject {
[
'checkKeys' => [ $globalRulesKey ],
'lockTSE' => 300,
'version' => 2
'version' => 3
]
);
} else {