Skip to content

Commit

Permalink
MDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Mi…
Browse files Browse the repository at this point in the history
…ksik for reporting this issue
  • Loading branch information
wildgirl committed Sep 5, 2008
1 parent 460add2 commit 3f29c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/edit/tree/category_form.php
Expand Up @@ -130,7 +130,7 @@ function definition() {

if ($coefstring !== '') {
$mform->addElement('text', 'aggregationcoef', get_string($coefstring, 'grades'));
$mform->setHelpButton('aggregationcoef', array('aggregationcoef', get_string('aggregationcoef', 'grades'), 'grade'), true);
$mform->setHelpButton('aggregationcoef', array('aggregationcoefweight', get_string('aggregationcoef', 'grades'), 'grade'), true);
}

/// user preferences
Expand Down

0 comments on commit 3f29c45

Please sign in to comment.