Follow-up Ib933de3a3f: remove unnecessary override from SpecialWatchlist
authorRoan Kattouw <roan.kattouw@gmail.com>
Wed, 13 Dec 2017 19:29:55 +0000 (11:29 -0800)
committerRoan Kattouw <roan.kattouw@gmail.com>
Wed, 13 Dec 2017 19:29:55 +0000 (11:29 -0800)
commitb59206179f51c80235ebcf707db506f46d9d466a
treea5641e875f242916f77f4afbc0f43eefceb67493
parent1cde74406eacfc572eaf8f16b9409ba2188eb8e5
Follow-up Ib933de3a3f: remove unnecessary override from SpecialWatchlist

isStructuredFilterUiEnabledByDefault() should no longer be overridden,
overrides should be put in the static checkStructuredFilterUiEnabled()
instead. That function was already added, but the duplicated non-static
function wasn't removed.

It looks to me that ?rcfilters=1 shouldn't have been working on
Watchlist for this reason, but it was working, and I can't figure out
why.

Change-Id: Iaf962b4e0428e262b57dc12ee0ba2cb6f854eb7e
includes/specials/SpecialWatchlist.php