Return early when page id is less than 1
authorChad Horohoe <chadh@wikimedia.org>
Tue, 11 Feb 2014 05:52:01 +0000 (21:52 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 11 Feb 2014 05:52:01 +0000 (21:52 -0800)
commitd7f465f7e88c13b853abb5c5c9a1148a38621ec8
tree7dd2950ba917dca4ec08c06c236856db50a32353
parentf1a1cd5d79b23ea70b18de0a08e95861d3f15263
Return early when page id is less than 1

Wasteful DB query when we know the page won't exist.

Bug: 61166
Change-Id: I8943b4dec5088dadffefbd74f54653cb09043b7c
includes/WikiPage.php