Fixed ccm-forum, neue Instanz lässt sich jetzt anlegen.

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
master
pb 2011-10-01 15:49:30 +00:00
parent 09c6c97d63
commit d7752138dc
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ public class Forum extends Application {
if (isNew()) {
setModerated(false);
setNoticeboard(false);
setPublic(true);
setAllowFileAttachments(false);
setAllowImageUploads(false);
setAutoSubscribeThreadCreator(false);