Removed subclassing of PageQueryPage where not needed.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 13 Apr 2012 08:30:57 +0000 (10:30 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 13 Apr 2012 08:30:57 +0000 (10:30 +0200)
commit78a8aa828e335593003a0caa1c743eca2050ec64
tree12d708950693dc2a826cbbb6f162dbe17ed8fe2d
parent2fcd7dbf7ce7bfc8912078f38d98563dd0766569
Removed subclassing of PageQueryPage where not needed.

These three classes (BrokenRedirectsPage, DisambiguationsPage and DoubleRedirectsPage) override formatResult() which is the only method defined in PageQueryPage; they can thus directly subclass QueryPage.
It also confused me when trying to find a page extending PageQueryPage to test my changes in PageQueryPage::formatResult().

Change-Id: Ic0923935b67a09e868367db6a21ef92305b4f8ee
includes/specials/SpecialBrokenRedirects.php
includes/specials/SpecialDisambiguations.php
includes/specials/SpecialDoubleRedirects.php