Distinguish read vs write mode Action classes
[lhc/web/wiklou.git] / includes / actions / MarkpatrolledAction.php
index 34067f1..b8a7616 100644 (file)
@@ -89,4 +89,8 @@ class MarkpatrolledAction extends FormlessAction {
                $this->getOutput()->addWikiMsg( 'markedaspatrolledtext', $rc->getTitle()->getPrefixedText() );
                $this->getOutput()->returnToMain( null, $return );
        }
+
+       public function doesWrites() {
+               return true;
+       }
 }