Forgot something for the last release.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2760 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-07-16 13:31:03 +00:00
parent 4819a40a65
commit e34ba310c8
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ public class ForumApplicationManager extends AbstractApplicationManager<Forum> {
}
public boolean allowRoot() {
return true;
return false;
}
}