Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
4
@@ -171,7 +171,7 @@ class UserController extends CoreUserController {
* If $uid is for an active user or invalid user ID.
*/
protected function determineErrorRedirect(?UserInterface $user, int $timestamp, string $hash): ?RedirectResponse {
$current = REQUEST_TIME;
$current = \Drupal::time()->getRequestTime();
// Verify that the user exists and is active.
if (
$user === NULL ||
Loading