MDL-37747 cache: changed PARAM_TEXT to PARAM_ALPHANUMEXT
This commit is contained in:
Vendored
+1
-1
@@ -129,7 +129,7 @@ if (!empty($action) && confirm_sesskey()) {
|
||||
}
|
||||
break;
|
||||
case 'editdefinitionmapping' : // Edit definition mappings.
|
||||
$definition = required_param('definition', PARAM_TEXT);
|
||||
$definition = required_param('definition', PARAM_SAFEPATH);
|
||||
$title = get_string('editdefinitionmappings', 'cache', $definition);
|
||||
$mform = new cache_definition_mappings_form($PAGE->url, array('definition' => $definition));
|
||||
if ($mform->is_cancelled()) {
|
||||
|
||||
Reference in New Issue
Block a user