avoid Title::exist/getArticleId in ApiQueryInfo::extractPageInfo
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 8 Jun 2012 09:02:46 +0000 (11:02 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 8 Jun 2012 09:02:46 +0000 (11:02 +0200)
commit43b1c36ab3ec339f4d8ccb0c428c50ae9cfd78dc
tree8768927a5c1a51514b1ab14f7115b831d689840c
parentfacc1e47d4dcf09768790c9ef4ecb2cb6b644e73
avoid Title::exist/getArticleId in ApiQueryInfo::extractPageInfo

For missing title the pageid is not set inside the Title objects, but
the pageid is given to that method, so it is better to use that
pageid to check for exist or to use the pageid, instead of using the
Title method.

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