Skip to content

Commit

Permalink
webservice MDL-23052 fix lang string on add service form
Browse files Browse the repository at this point in the history
  • Loading branch information
mouneyrac committed Jul 2, 2010
1 parent 029f5db commit 24a9a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/webservice/forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function definition() {
}

$mform->addElement('searchableselector', 'requiredcapability', get_string('requiredcapability', 'webservice'), $capabilitychoices);
$mform->setHelpButton('requiredcapability', array('requiredcapability', get_string('requiredcapability'), 'webservice'));
$mform->addHelpButton('requiredcapability', 'requiredcapability', 'webservice');
$mform->setAdvanced('requiredcapability');
/// display notification error if the current requiredcapability doesn't exist anymore
if(empty($currentcapabilityexist)) {
Expand Down

0 comments on commit 24a9a61

Please sign in to comment.