Remove return value from QueryPage::execute
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 20 Jul 2014 20:31:58 +0000 (22:31 +0200)
committerIAlex <codereview@emsenhuber.ch>
Sun, 27 Jul 2014 15:48:19 +0000 (15:48 +0000)
commite262d63d3eb08354e9d3939e7f3582b7d72a9803
tree89fef909340879bca8a5bb544051f7ef1000e41f
parente10ab8747f8275e77dad52bb43b01bf9255b9af6
Remove return value from QueryPage::execute

The parent SpecialPage::execute also has no return and not all return
statements in QueryPage::execute actual return a value

Change-Id: If7a38ca5ed1107b6a5a740acae54295534950696
includes/specialpage/QueryPage.php