Update to Drupal 8.0.3. For more information, see https://www.drupal.org/drupal-8.0.3-release-notes
This commit is contained in:
parent
10f9f7fbde
commit
9db4fae9a7
202 changed files with 3806 additions and 760 deletions
|
@ -83,8 +83,11 @@ class AuthenticationSubscriber implements EventSubscriberInterface {
|
|||
$account = $this->authenticationProvider->authenticate($request);
|
||||
if ($account) {
|
||||
$this->accountProxy->setAccount($account);
|
||||
return;
|
||||
}
|
||||
}
|
||||
// No account has been set explicitly, initialize the timezone here.
|
||||
date_default_timezone_set(drupal_get_user_timezone());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue