Use correct fields for LinkBatch on Special:NewPages
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 16:04:56 +0000 (18:04 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 16:04:56 +0000 (18:04 +0200)
commit1a7f3124c8ba94349d10c3c39378c8f5664be5c8
treef18569a6b859398bf080a8e231a1ac25bccc7d7e
parent100675aeb5e500823b5f6d536a431a95e9e43caf
Use correct fields for LinkBatch on Special:NewPages

The special pages is using page_namespace/page_title for the display
title, not rc_namespace/rc_title. Changing this avoids a extra query for
the title when a page was moved and is listed on the special page with
the hint 'rc-old-title'

Change-Id: Ie1e4c9b93c00534543cf75bc3ea2c7e5f8d17460
includes/specials/SpecialNewpages.php