From 3e9aabe05897becc4b0b749832540a49eb77184d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Jun 2003 07:02:32 +0000 Subject: - Moved some CXX checks to a centralized place; less error-prone. --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index a580a32b8..4af5b703d 100644 --- a/modules/user.module +++ b/modules/user.module @@ -622,7 +622,7 @@ function user_login($edit = array(), $msg = "") { ** Redirect the user to the page he logged on from. */ - drupal_goto(check_url($edit["destination"])); + drupal_goto($edit["destination"]); } else { if (!$error) { -- cgit v1.2.3