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