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-12-15 08:56:35 +00:00
parent 6d35e4a7c2
commit 2932170119
+1 -1
View File
@@ -129,7 +129,7 @@ information provided here is intended especially for developers.
`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.