mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Fixed MDL-9639 and syntax errror
This commit is contained in:
parent
5ceb953522
commit
56fc04e3af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue