Skip to content

Commit

Permalink
community block MDL-19314 can select top level subject for the search
Browse files Browse the repository at this point in the history
  • Loading branch information
mouneyrac committed May 19, 2010
1 parent b46a984 commit 5b50c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/community/forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function definition() {
$mform->setDefault('subject', 'all');
unset($options);
$mform->addHelpButton('subject', 'subject', 'hub');
$this->init_javascript_enhancement('subject', 'smartselect', array('selectablecategories' => false, 'mode'=>'compact'));
$this->init_javascript_enhancement('subject', 'smartselect', array('selectablecategories' => true, 'mode'=>'compact'));

require_once($CFG->dirroot."/lib/licenselib.php");
$licensemanager = new license_manager();
Expand Down

0 comments on commit 5b50c83

Please sign in to comment.