Skip to content

Commit

Permalink
Merge branch 'MDL-75375-master' of https://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Aug 9, 2022
2 parents a8575c2 + 7f63314 commit a3187a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/stores/file/addinstanceform.php
Expand Up @@ -43,7 +43,7 @@ protected function configuration_definition() {
$form = $this->_form;

$form->addElement('text', 'path', get_string('path', 'cachestore_file'));
$form->setType('path', PARAM_SAFEPATH);
$form->setType('path', PARAM_RAW);
$form->addHelpButton('path', 'path', 'cachestore_file');

$form->addElement('checkbox', 'autocreate', get_string('autocreate', 'cachestore_file'));
Expand Down

0 comments on commit a3187a2

Please sign in to comment.