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