MDL-70348 core: fix upgrade note referring to $CFG->localrequestdir.
The change in 9fabe1dd referred to incorrect config property.
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user