Skip to content

Commit 69b82ca

Browse files
authored
SAK-51209 Discussions - Template Settings is not working (#13509)
Co-authored-by: bgarciaentornos <[email protected]>
1 parent f665537 commit 69b82ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msgcntr/messageforums-app/src/webapp/jsp/discussionForum/permissions/permissions_include.jsp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Application app = context.getApplication();
55
ValueBinding binding = app.createValueBinding("#{ForumTool}");
66
DiscussionForumTool dft = (DiscussionForumTool) binding.getValue(context);
7+
boolean isGradebookGroupEnabled = dft.isGradebookGroupEnabled();
78
out.print(dft.generatePermissionScript());
89
%>
910
<!--jsp/discussionForum/permissions/permissions_include.jsp-->

0 commit comments

Comments
 (0)