mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-59204_master-fix' of git://github.com/markn86/moodle
This commit is contained in:
commit
0ea62b8de6
@ -109,7 +109,7 @@ class models_list implements \renderable, \templatable {
|
||||
$modeldata->timesplittinghelp = $helpicon->export_for_template($output);
|
||||
} else {
|
||||
// We really want to encourage developers to add help to their time splitting methods.
|
||||
debugging("The time splitting method '{$modeldata->timesplitting}' should include a '{$identifier}_help
|
||||
debugging("The time splitting method '{$modeldata->timesplitting}' should include a '{$identifier}_help'
|
||||
string to describe its purpose.", DEBUG_DEVELOPER);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user