mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Merge branch 'MDL-41440_master' of https://github.com/markn86/moodle
This commit is contained in:
commit
5c1ba238d2
@ -40,7 +40,7 @@ class course_completed extends base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return new get_string('eventcoursecompleted', 'core_completion');
|
||||
return get_string('eventcoursecompleted', 'core_completion');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -49,7 +49,7 @@ class course_completion_updated extends base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return new get_string('eventcoursecompletionupdated', 'core_completion');
|
||||
return get_string('eventcoursecompletionupdated', 'core_completion');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -40,7 +40,7 @@ class course_module_completion_updated extends base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return new get_string('eventcoursemodulecompletionupdated', 'core_completion');
|
||||
return get_string('eventcoursemodulecompletionupdated', 'core_completion');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user