X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FCreatePostCommand.java;h=59d69afb5f93e396224b5e93df0d43ffe3765155;hb=b04f97f923dcae625ee2aaa15491c75864936b82;hp=db2189e2581ea656f525587c677defb112b192ea;hpb=317730570a54d7f95a22a59320ea503b9cad2571;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/fcp/CreatePostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/CreatePostCommand.java index db2189e..59d69af 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/CreatePostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/CreatePostCommand.java @@ -1,5 +1,5 @@ /* - * Sone - CreatePostCommand.java - Copyright © 2011 David Roden + * Sone - CreatePostCommand.java - Copyright © 2011–2013 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 @@ -40,7 +40,7 @@ public class CreatePostCommand extends AbstractSoneCommand { * The Sone core */ public CreatePostCommand(Core core) { - super(core); + super(core, true); } /**