Merge branch 'MDL-53813-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
David Monllao 2016-04-26 10:13:24 +08:00
commit 4db87b505c

View File

@ -39,6 +39,7 @@ class search extends \moodleform {
global $CFG;
$mform =& $this->_form;
$mform->disable_form_change_checker();
$mform->addElement('header', 'search', get_string('search', 'search'));
// Help info depends on the selected search engine.