mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fix Error in call to helpbutton function: at least one of $title and $linktext is required
This commit is contained in:
parent
85a0a69fa4
commit
0c78faaa1c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class hotpot_report extends hotpot_default_report {
|
|||
$br = $is_html ? '<br />' : "\n";
|
||||
$space = $is_html ? ' ' : "";
|
||||
$no_value = $is_html ? '--' : "";
|
||||
$help_button = $is_html ? helpbutton("discrimination", "", "quiz", true, false, "", true) : "";
|
||||
$help_button = $is_html ? helpbutton("discrimination", get_string('discrimination', 'quiz'), "quiz", true, false, "", true) : "";
|
||||
// table properties
|
||||
unset($table);
|
||||
$table->border = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue