Follow-up r91123:
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 1 Jul 2011 00:12:09 +0000 (00:12 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 1 Jul 2011 00:12:09 +0000 (00:12 +0000)
commit2c292086eb556b990ccd9993f03d7c8eed619270
tree5ba6f3ca8b0f767d71a2dc6024d15c2aea23270f
parent904f84e97c80f3467a7617c1902d32d3f3c3ff80
Follow-up r91123:
* Tweaked getRevision() return type to NULL on failure
* Changed "$revision === null" checks to just "!$revision" (this avoids the landmine of getting false or something)
includes/Article.php
includes/WikiPage.php