From f041f4cd6cd1577ffb48a89dcb1cdbbaee79fd79 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 11 Oct 2004 05:47:51 +0000 Subject: [PATCH] Add missing paren. git-svn-id: https://develop.svn.wordpress.org/trunk@1772 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/auth.php b/wp-admin/auth.php index d63f3084a3..c6b8176580 100644 --- a/wp-admin/auth.php +++ b/wp-admin/auth.php @@ -7,7 +7,7 @@ if ( !empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['word header('Cache-Control: no-cache, must-revalidate'); header('Pragma: no-cache'); - header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']); + header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI'])); exit(); }