mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-70348 core: fix upgrade note referring to $CFG->localrequestdir.
The change in 9fabe1dd referred to incorrect config property.
This commit is contained in:
parent
508fe3937e
commit
506adaeb1d
@ -380,7 +380,7 @@ current value for a pluginname depending on its status (enabled, disabled, other
|
||||
`strip_disallowed_helpers()`.
|
||||
* A new admin externalpage type `\core_admin\local\externalpage\accesscallback` for use in plugin settings is available that allows
|
||||
a callback to be provided to determine whether page can be accessed.
|
||||
* New setting $CFG->localtempdir overrides which defaults to sys_get_temp_dir()
|
||||
* New setting $CFG->localrequestdir overrides which defaults to sys_get_temp_dir()
|
||||
* Function redirect() now emits a line of backtrace into the X-Redirect-By header when debugging is on
|
||||
* New DML function $DB->delete_records_subquery() to delete records based on a subquery in a way
|
||||
that will work across databases.
|
||||
|
Loading…
x
Reference in New Issue
Block a user