Skip to content

Commit

Permalink
Merge branch 'MDL-55128-30' of git://github.com/jleyva/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_30_STABLE
  • Loading branch information
danpoltawski committed Jul 11, 2016
2 parents 01a64e0 + 66efea0 commit e72b815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require_once($CFG->libdir.'/completionlib.php');

$id = optional_param('id', 0, PARAM_INT);
$name = optional_param('name', '', PARAM_RAW);
$name = optional_param('name', '', PARAM_TEXT);
$edit = optional_param('edit', -1, PARAM_BOOL);
$hide = optional_param('hide', 0, PARAM_INT);
$show = optional_param('show', 0, PARAM_INT);
Expand Down

0 comments on commit e72b815

Please sign in to comment.