Update to Drupal 8.0.2. For more information, see https://www.drupal.org/drupal-8.0.2-release-notes
This commit is contained in:
parent
1a0e9d9fac
commit
a6b049dd05
538 changed files with 5247 additions and 1594 deletions
|
@ -42,10 +42,7 @@ if (Settings::get('rebuild_access', FALSE) ||
|
|||
((REQUEST_TIME - $request->get('timestamp')) < 300) &&
|
||||
Crypt::hashEquals(Crypt::hmacBase64($request->get('timestamp'), Settings::get('hash_salt')), $request->get('token'))
|
||||
)) {
|
||||
// Clear the APC cache to ensure APC class loader is reset.
|
||||
if (function_exists('apc_clear_cache')) {
|
||||
apc_clear_cache('user');
|
||||
}
|
||||
// Clear the APCu cache to ensure APCu class loader is reset.
|
||||
if (function_exists('apcu_clear_cache')) {
|
||||
apcu_clear_cache();
|
||||
}
|
||||
|
|
Reference in a new issue