Revert r44798 "short-circuit update call"
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 23 Dec 2008 19:31:08 +0000 (19:31 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 23 Dec 2008 19:31:08 +0000 (19:31 +0000)
commit0356a3893473463868a85efd52b47f4539a53e55
treec6c235a26a0430e3a52d674564195ef14096f71c
parent97f77b9b1ab71dff4494407b5eded83234d260b1
Revert r44798 "short-circuit update call"
Article::viewUpdates() may do things other than update counters (for instance, it updates the user-talk and watchlist for last-viewed status, and might do other things in the future). Let it centralize its own checks for what things are enabled. Since you won't necessarily know them all over in Wiki.png, they may get out of sync and lead to bugs if you try to replicate the check.
includes/Wiki.php