mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-12692 - missing second argument to help button
merged from MOODLE_19_STABLE
This commit is contained in:
parent
a377231ec1
commit
3a69aa183d
@ -117,7 +117,7 @@
|
||||
<?php print_string('sitedefault'); ?>
|
||||
</th>
|
||||
<th align="center" scope="col">
|
||||
<?php print_string('advancedsettings'); helpbutton("advancedsettings"); ?>
|
||||
<?php print_string('advancedsettings'); helpbutton('advancedsettings', get_string('advancedsettings')); ?>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user