MDL-70348 core: fix upgrade note referring to $CFG->localrequestdir.

The change in 9fabe1dd referred to incorrect config property.
This commit is contained in:
Paul Holden 2021-11-22 13:24:33 +00:00
parent 508fe3937e
commit 506adaeb1d

View File

@ -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.