specials: Remove invalid return from RedirectSpecialPage::execute
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 6 Apr 2019 00:34:56 +0000 (01:34 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 15 Apr 2019 14:44:52 +0000 (15:44 +0100)
commite22a3f516b5cfd7ac93419e17a14431bab138d03
tree54a00adb21e5846642abcbf63f5e39d096f1ad5d
parent950c1c32467c64b87416a00b65ee2caf2f0e2580
specials: Remove invalid return from RedirectSpecialPage::execute

Follows-up f739a8f368a, and 22c9aa5ec07.

The execute() method here should generally be void, with the
exception of includable special pages, where the return value
is a string of HTML.

This was likely left-over early iteration of commit f739a8f368a,
which ended up returning from getRedirect() instead.

Change-Id: I68715910114e19a0421625e814fd8881068f6406
RELEASE-NOTES-1.34
includes/specialpage/RedirectSpecialPage.php