From d7752138dce72457200f61f234357a56d2064aff Mon Sep 17 00:00:00 2001 From: pb Date: Sat, 1 Oct 2011 15:49:30 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20ccm-forum,=20neue=20Instanz=20l=C3=A4ss?= =?UTF-8?q?t=20sich=20jetzt=20anlegen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wenn man /ccm/portal/admin/sitemap.jsp benutzt, dann Forum nur als child einer legacy compatible application angelegt werden, das ist gegenwärtig insbesondere unterhalb von /content/. git-svn-id: https://svn.libreccm.org/ccm/trunk@1125 8810af33-2d31-482b-a856-94f89814c4df --- ccm-forum/src/com/arsdigita/forum/Forum.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ccm-forum/src/com/arsdigita/forum/Forum.java b/ccm-forum/src/com/arsdigita/forum/Forum.java index ced7b1af3..a88182e34 100755 --- a/ccm-forum/src/com/arsdigita/forum/Forum.java +++ b/ccm-forum/src/com/arsdigita/forum/Forum.java @@ -330,6 +330,7 @@ public class Forum extends Application { if (isNew()) { setModerated(false); setNoticeboard(false); + setPublic(true); setAllowFileAttachments(false); setAllowImageUploads(false); setAutoSubscribeThreadCreator(false);