|
|
|
Environment:
|
PHP Version 5.1.6
Moodle 1.7+ (2006101007)
PHP Version 5.1.6
Moodle 1.7+ (2006101007)
|
|
| Participants: |
David Herney Bernal and Vy-Shane Sin Fat
|
| Security Level: |
None
|
| Resolved date: |
13/Feb/07
|
| Affected Branches: |
MOODLE_17_STABLE
|
| Fixed Branches: |
MOODLE_17_STABLE, MOODLE_18_STABLE
|
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
|
|
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 |
Show » |
|