* (bug 32958) SpecialAllMessages: input form doesn't show and remember filter option
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 12 Dec 2011 06:27:20 +0000 (06:27 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 12 Dec 2011 06:27:20 +0000 (06:27 +0000)
commitbbde21f35a06779ae9eb55c915b19efa2f575941
treeae0abd07319ea8532a7b9e0d29121fd466756d8c
parent3da36a9103bafe8963686764c7a837805c9b2339
* (bug 32958) SpecialAllMessages: input form doesn't show and remember filter option

Did this a little differently, but inspired by MrBlueSky's patch: https://bugzilla.wikimedia.org/attachment.cgi?id=9655

Rather than using the $this->custom values to check as in the patch, I moved $this->filter from the specialpage class (where it wasn't being used) to the pager class (where it was being used). Probably left over from a refactor.
includes/specials/SpecialAllmessages.php