mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-75375-master' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
a3187a2231
2
cache/stores/file/addinstanceform.php
vendored
2
cache/stores/file/addinstanceform.php
vendored
@ -43,7 +43,7 @@ class cachestore_file_addinstance_form extends cachestore_addinstance_form {
|
||||
$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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user