Fix Title::getRedirectsHere to respect interwiki prefix
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 8 Sep 2012 04:57:10 +0000 (06:57 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 8 Sep 2012 04:57:10 +0000 (06:57 +0200)
commitd7720f1960e2e9d53be6aac1fd59cd68426eb27f
tree5cb5c7976f01f3d28a3df912f29948e171a0014b
parentd6b9ab35a87e657ca28bb9d5f21a76f3705eceba
Fix Title::getRedirectsHere to respect interwiki prefix

Respecting rd_interwiki is needed to act the same way than
Special:Whatlinkshere. For local redirects it is needed to also check
for NULL, not only the empty string

Change-Id: I4f3f242d69054dcbb3c7a02441991196ba140986
includes/Title.php
includes/specials/SpecialWhatlinkshere.php