mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Fixed MDL-9639 and syntax error, merged from 18_STABLE
This commit is contained in:
parent
5931ea94a1
commit
f261e052f2
@ -270,7 +270,7 @@ function get_and_set_current_group($course, $groupmode, $groupid=-1) {
|
||||
}
|
||||
else {
|
||||
echo($group->id);
|
||||
notify('you do not belong to this group!',error);
|
||||
notify('You do not belong to this group!', 'error');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user