Follow-up r107769:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 1 Jan 2012 12:44:28 +0000 (12:44 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 1 Jan 2012 12:44:28 +0000 (12:44 +0000)
commit8bade22312963e15a457a0fd05b4242676a6dbac
tree714b2791f62b1826e9f4cbd5716c3d4c952ec788
parentf41c8a05161a472395f651db7a1aa9f45cb02399
Follow-up r107769:
* do the same with getTouched(); removed its $db param since it's pretty useless now (and nothing is using it actually)
* also set $mIsNew in loadFromRow() when there's no DB row (i.e. the page doesn't exist)

Also forgot to say that I moved both functions near other related functions.
includes/Title.php