Details
Description
Creating post in forum qanda for student, it shows the followin message:
> Notice: Undefined property: object::$id in /...../mod/forum/post.php on line 754
The line 754 in my file is:
> if ($forum->type == 'qanda' && !has_capability('mod/forum:viewqandawithoutposting', $modcontext) &&
> !forum_user_has_posted($forum->id,$discussion->id,$USER->id)) {
> notify(get_string('qandanotify','forum'));
> }
I want to know if this bug has been alredy fixed
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Thanks! Fixed. Can you test and close this issue?