Expose LinkRenderer for LogFormatter instances
[lhc/web/wiklou.git] / includes / actions / PurgeAction.php
index 210751a..904c6e2 100644 (file)
@@ -42,7 +42,7 @@ class PurgeAction extends FormAction {
        }
 
        public function onSubmit( $data ) {
-               return $this->page->doPurge( WikiPage::PURGE_ALL );
+               return $this->page->doPurge();
        }
 
        public function show() {