Update to Drupal 8.2.3. For more information, see https://www.drupal.org/project/drupal/releases/8.2.3
This commit is contained in:
parent
507b45a0ed
commit
0a95b8440e
19 changed files with 300 additions and 15 deletions
|
@ -1730,3 +1730,19 @@ function system_update_8201() {
|
|||
/**
|
||||
* @} End of "addtogroup updates-8.2.0".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.2.3
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear caches due to behavior change in MachineName element.
|
||||
*/
|
||||
function system_update_8202() {
|
||||
// Empty update to cause a cache rebuild.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.2.3".
|
||||
*/
|
||||
|
|
Reference in a new issue