Notice: Undefined index: page_is_redirect in
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 8 Jul 2012 15:09:04 +0000 (17:09 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 8 Jul 2012 15:09:04 +0000 (17:09 +0200)
commit5342d822a85c2049b6f72db2d62b9f5ec30f5bbc
treeda3201e68a3592d93dfc51e1ce990d5a278ec595
parent56cba166bd43477ff787d3a055abeb3d993daebd
Notice: Undefined index: page_is_redirect in
\includes\api\ApiPageSet.php on line 111

This came when using action=query&redirects, because ApiQueryInfo was
requesting page_is_redirect unconditionally, but that field is sorted
out, when using resolve redirects

Change-Id: Ifde9c5d8cbbb8775151829ae8c07e3ed5d76868a
includes/api/ApiQueryInfo.php