Merge branch 'MDL-55128-31' of git://github.com/jleyva/moodle into MOODLE_31_STABLE

This commit is contained in:
Dan Poltawski
2016-07-11 13:33:23 +01:00
+1 -1
View File
@@ -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);