Update to Drupal 8.0.1. For more information, see https://www.drupal.org/node/2627402
This commit is contained in:
parent
013aaaf2ff
commit
1a0e9d9fac
153 changed files with 1268 additions and 670 deletions
|
@ -102,7 +102,7 @@ function shortcut_set_switch_access($account = NULL) {
|
|||
if (!isset($account)) {
|
||||
return AccessResult::allowed()->cachePerPermissions();
|
||||
}
|
||||
else if ($user->id() == $account->id()) {
|
||||
elseif ($user->id() == $account->id()) {
|
||||
return AccessResult::allowed()->cachePerPermissions()->cachePerUser();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue