mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-80005 core: Formally deprecate PARAM_CLEANFILE
This commit is contained in:
parent
b05fc42db9
commit
6f23ef183d
3 changed files with 8 additions and 0 deletions
|
@ -310,6 +310,7 @@ define('PARAM_TIMEZONE', \core\param::TIMEZONE->value);
|
|||
|
||||
/**
|
||||
* PARAM_CLEANFILE - deprecated alias of PARAM_FILE; originally was removing regional chars too
|
||||
* @deprecated since 2.0
|
||||
*/
|
||||
define('PARAM_CLEANFILE', \core\param::CLEANFILE->value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue