Move the call to view() for Action::purge() up from doPurge() to purge(). Kinda like...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 19 Aug 2008 19:10:07 +0000 (19:10 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 19 Aug 2008 19:10:07 +0000 (19:10 +0000)
commit08021b0b3072d890a08f7505a2efb66b46000576
treebbaea86e2910f44df276c5333024447ba101f0fe
parent969f3bf3ec9607ea13d18c48bd26adcf7314f8fd
Move the call to view() for Action::purge() up from doPurge() to purge(). Kinda like last time, only less broken. Calling Article::doPurge() now lets the backend do a purge without output (and doesn't turn Article::purge() into a UI and backend entry, which is good)
includes/Article.php