* Make Article::doEdit() return the revId, not just true/false. Make the article...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 23 Sep 2008 18:20:50 +0000 (18:20 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 23 Sep 2008 18:20:50 +0000 (18:20 +0000)
commit41ae25073f6b213e3653b0e41d9fa19a366d27ba
treee5c833e7c382b08c6207a2d30a320dd00bd1ee99
parent091939ad40b5ae287f6f7b7eb4d4dcd048e3f4eb
* Make Article::doEdit() return the revId, not just true/false. Make the article rollback stuff use this rather than 'next' to avoid slave usage for rollback diff. (bug 15672)
includes/Article.php