Skip to content

Commit

Permalink
MDL-21695 Dereference non-existing help file
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Jul 19, 2010
1 parent 2650f44 commit 744a74e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blocks/glossary_random/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ protected function specific_definition($mform) {
2 => get_string('nextone','block_glossary_random')
);
$mform->addElement('select', 'config_type', get_string('type', 'block_glossary_random'), $types);
$mform->setHelpButton('newentry', get_string('type', 'block_glossary_random'), 'glossary');

$mform->addElement('selectyesno', 'config_showconcept', get_string('showconcept', 'block_glossary_random'));
$mform->setDefault('config_showconcept', 1);
Expand All @@ -77,4 +76,4 @@ protected function specific_definition($mform) {
$mform->setDefault('config_invisible', get_string('invisible', 'block_glossary_random'));
$mform->setType('config_invisible', PARAM_NOTAGS);
}
}
}

0 comments on commit 744a74e

Please sign in to comment.