Loading core/lib/Drupal/Core/Path/PathValidator.php +1 −1 Changes for core/lib/Drupal/Core/Path/PathValidator.php: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ protected function getUrl($path, $access_check) { * valid. * * @return array|bool * An array of request attributes of FALSE if an exception was thrown. * An array of request attributes or FALSE if an exception was thrown. */ protected function getPathAttributes($path, Request $request, $access_check) { if (!$access_check || $this->account->hasPermission('link to any page')) { Loading Loading
core/lib/Drupal/Core/Path/PathValidator.php +1 −1 Changes for core/lib/Drupal/Core/Path/PathValidator.php: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ protected function getUrl($path, $access_check) { * valid. * * @return array|bool * An array of request attributes of FALSE if an exception was thrown. * An array of request attributes or FALSE if an exception was thrown. */ protected function getPathAttributes($path, Request $request, $access_check) { if (!$access_check || $this->account->hasPermission('link to any page')) { Loading