posted 19 years ago
inside delete() funciton of net.forum.view.forum.PostAction, it calls net.forum.view.forum.common.TopicsCommon like this:
TopicsCommon.deleteTopic(p.getTopicId(), p.getForumId());
HOWEVER, in TopicsCommon, deleteTopic() function is defined like this.
public static void deleteTopic(int topicId, int forumId, boolean fromModeration) throws Exception
take note, it has three parameters!. but is called with only 2 parameters passed!
am referring to version 2.1.4...
[originally posted on jforum.net by Anonymous]