X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FDeletePostCommand.java;h=54f01c8ebafc9bd604715d8b5c44ee24c64396fe;hp=e4e42f0185ddccfeadc3ab41c670dcb865c89394;hb=a47643aed43d118ca68044f95451bb5374cdb332;hpb=b8628d48bb269c5acf67f84c078d92a132a630ff diff --git a/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java index e4e42f0..54f01c8 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java @@ -1,5 +1,5 @@ /* - * Sone - DeletePostCommand.java - Copyright © 2011 David Roden + * Sone - DeletePostCommand.java - Copyright © 2011–2012 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ public class DeletePostCommand extends AbstractSoneCommand { * The Sone core */ public DeletePostCommand(Core core) { - super(core); + super(core, true); } /**