Merge "qunit: Increase individual test timeout to 60 seconds"
[lhc/web/wiklou.git] / includes / actions / EditAction.php
index eb53f19..643d1c4 100644 (file)
@@ -58,4 +58,8 @@ class EditAction extends FormlessAction {
                        $editor->edit();
                }
        }
+
+       public function doesWrites() {
+               return true;
+       }
 }