Reverting r39619 "(bug 13689) Page output can be suppressed on Article::purge() by...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Aug 2008 18:58:50 +0000 (18:58 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Aug 2008 18:58:50 +0000 (18:58 +0000)
commit5667e45446ecb6941dc5ec4bc6b2e28e7b4d0d7f
tree0a1b18dd67b4ee67d0b8fafc185e8dc0edb1543d
parent71c82f9a4fdf7df4172006740d728a106f7768d7
Reverting r39619 "(bug 13689) Page output can be suppressed on Article::purge() by passing bool false to it. Default (ie: nearly 100+% of the time) is true."

Article::purge() is a UI action entry point, not a backend method. Backend-only parameters aren't appropriate here; instead a method suitable for backend usage should be created (and/or in an ideal world, we should finish splitting Article backend stuff from UI frontend as separate classes)
includes/Article.php