posted 18 years ago
Hello Rafael,
I've tried compiling the Stable 2.1.4, and I get the following error:
src\java\net\jforum\view\forum\PostAction.java:778: deleteTopic(int,int,boolean) in net.jforum.view.forum.common.TopicsCommon cannot be applied to (int,int)
TopicsCommon.deleteTopic(p.getTopicId(), p.getForumId());
Apparently a boolean value is missing in that sentence, if I comment the line, everything compiles perfectly, but I don't think I'll be able to delete a topic because it's missing this.
And yes, I know there is a CVS version, but first, I don't have access to CVS, and second I do not know how to CVS.
Thank you!
[originally posted on jforum.net by Anonymous]