Skip to content

Commit

Permalink
Merge branch 'fix_import_search_course' of git://github.com/hit-moodl…
Browse files Browse the repository at this point in the history
…e/moodle into MOODLE_20_STABLE
  • Loading branch information
stronk7 committed Jul 7, 2011
2 parents e317113 + 534eebd commit c1979ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/util/ui/restore_ui_components.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abstract class restore_search_base implements renderable {
*/
public function __construct(array $config=array()) {

$this->search = optional_param($this->get_varsearch(), self::DEFAULT_SEARCH, PARAM_ALPHANUMEXT);
$this->search = optional_param($this->get_varsearch(), self::DEFAULT_SEARCH, PARAM_NOTAGS);

foreach ($config as $name=>$value) {
$method = 'set_'.$name;
Expand Down

0 comments on commit c1979ef

Please sign in to comment.