moodleou / moodle-mod_forumng

ForumNG forum module for Moodle
19 stars 20 forks source link

Problem when deleting discussions when filters are enabled on content and headings #16

Closed nitzo closed 10 years ago

nitzo commented 10 years ago

To reproduce:

  1. Enable a filter on content and headings (Site wide).
  2. Create a new discussion
  3. Try to the delete the new discussion.

The problem occurs because the filter system initializes the THEME before a course_module is set on the forum.

I suggest calling $PAGE->set_cm() before calling $PAGE->set_title() in mod_forumng::init_page() (Line 3672 of mod_forumng.php)

Will attach a pull request for review.

nitzo commented 10 years ago

Look at pull request #17