Fix double output of mimesearch-summary
authorBrian Wolff <bawolff+wn@gmail.com>
Mon, 9 Jun 2014 05:27:04 +0000 (02:27 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Sun, 14 Sep 2014 23:35:32 +0000 (20:35 -0300)
commit21b5b133ab1196d6177a2df5b5b543c5ec56aab8
treea565bbcc30d32bf979d2b00adf4b478044e15b2d
parentb82a8a080a4fdff6abd36290ff77f583a363127a
Fix double output of mimesearch-summary

The execute method was calling a outputHeader(), and then calling
it's parent implementation which was also calling outputHeader()
causing double output.

Refactor class to use $this->getPageHeader() to output menus
before result list, as that appears to be what that method is
for.

Change-Id: Ic0a79cb73136e636f96e33859dadb384eca38255
includes/specials/SpecialMIMEsearch.php