WikiManager.getInstance().updateWikiPageProperties(ores, page);
}
forum = ForumManager.getInstance().loadForum(Long.valueOf(page.getForumKey()));
// TODO enhance forum callback with subscription stuff
boolean isModerator = securityCallback.mayModerateForum();
ForumCallback forumCallback = new WikiForumCallback(ureq.getUserSession().getRoles().isGuestOnly(), isModerator);
// calculate the new businesscontext for the coursenode being called.
//FIXME:pb:mannheim discussion should not be "this.ores" -> may be the "forum" should go in here.
//
ContextEntry ce = BusinessControlFactory.getInstance().createContextEntry(forum);