Set write access to true in all commands that change data.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / DeletePostCommand.java
index e4e42f0..3c8b03a 100644 (file)
@@ -39,7 +39,7 @@ public class DeletePostCommand extends AbstractSoneCommand {
         *            The Sone core
         */
        public DeletePostCommand(Core core) {
-               super(core);
+               super(core, true);
        }
 
        /**