mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-13146 - prevent debug message about missing helpbutton title
merged from MOODLE_19_STABLE
This commit is contained in:
parent
51b57ef6a8
commit
f92d7ac9b7
1 changed files with 1 additions and 1 deletions
|
@ -1966,7 +1966,7 @@ class PresetImporter {
|
|||
|
||||
if (!empty($currentfields) && !empty($newfields)) {
|
||||
echo "<h3>$strfieldmappings ";
|
||||
helpbutton('fieldmappings', '', 'data');
|
||||
helpbutton('fieldmappings', $strfieldmappings, 'data');
|
||||
echo '</h3><table>';
|
||||
|
||||
foreach ($newfields as $nid => $newfield) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue