mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-1883 info for 3rd party developers in DEBUG_DEVELOPER mode
This commit is contained in:
parent
85c9ebb926
commit
06ea7db0c3
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ class grade_scale extends grade_object {
|
|||
|
||||
} else if (function_exists($old_function_name)) {
|
||||
$legacy_mods = true;
|
||||
debugging('Please notify the developer of module "'.$mod->name.'" that new function module_scale_used_anywhere() should be implemented.', DEBUG_DEVELOPER);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue