From c147fb90a59a55f9a1295b16f29e5680d5908c71 Mon Sep 17 00:00:00 2001 From: donncha Date: Sun, 21 Oct 2007 09:16:46 +0000 Subject: get current_user just in case.. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1115 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-signup.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-signup.php') diff --git a/wp-signup.php b/wp-signup.php index 73f1e13..2960b9a 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -201,6 +201,7 @@ function signup_another_blog($blog_id = '', $blog_title = '', $errors = '') { function validate_another_blog_signup() { global $current_user, $blog_id, $blog_title, $errors, $domain, $path; + $current_user = wp_get_current_user(); if( !is_user_logged_in() ) { die(); } -- cgit