Do not exit the run method in case of a missing rev
authorDavid Causse <dcausse@wikimedia.org>
Mon, 19 Dec 2016 17:37:01 +0000 (18:37 +0100)
committerDavid Causse <dcausse@wikimedia.org>
Mon, 19 Dec 2016 18:02:30 +0000 (19:02 +0100)
commit99a20f06d7ee2adb9319352792586cb9da91355d
tree5dbc7785f82289281f64e9f06aac7076aab337f8
parentfbb1f742435c1d1eb3b31bf980e0682fc509b8c2
Do not exit the run method in case of a missing rev

We should ignore broken/missing titles and not stop the whole process.

Change-Id: Ib4acb739c28c5f3278430b43b6304af3a513085e
includes/api/ApiQuerySearch.php