MDL-37747 cache: changed PARAM_TEXT to PARAM_ALPHANUMEXT

This commit is contained in:
Sam Hemelryk
2013-01-30 13:18:56 +13:00
parent df93b156a7
commit 0241200633
+1 -1
View File
@@ -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()) {