Update to Drupal 8.1.2. For more information, see https://www.drupal.org/project/drupal/releases/8.1.2
This commit is contained in:
parent
9eae24d844
commit
28556d630e
1322 changed files with 6699 additions and 2064 deletions
|
@ -148,3 +148,20 @@ function _update_requirement_check($project, $type) {
|
|||
$requirement['value'] = \Drupal::l($requirement_label, new Url(_update_manager_access() ? 'update.report_update' : 'update.status'));
|
||||
return $requirement;
|
||||
}
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.1.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Rebuild the router to ensure admin/reports/updates/check has CSRF protection.
|
||||
*/
|
||||
function update_update_8001() {
|
||||
// Empty update forces a call to drupal_flush_all_caches() which rebuilds the
|
||||
// router.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.1.x".
|
||||
*/
|
||||
|
|
Reference in a new issue