summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-21 09:16:46 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-21 09:16:46 +0000
commitc147fb90a59a55f9a1295b16f29e5680d5908c71 (patch)
treede6695b27ad88ece710e9bc9a8a80eca50ae51aa /wp-signup.php
parent8fd5e5d764d7badb0b7b12b7a041524cfe0652c6 (diff)
downloadwordpress-mu-c147fb90a59a55f9a1295b16f29e5680d5908c71.tar.gz
wordpress-mu-c147fb90a59a55f9a1295b16f29e5680d5908c71.tar.xz
wordpress-mu-c147fb90a59a55f9a1295b16f29e5680d5908c71.zip
get current_user just in case..
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1115 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-signup.php')
-rw-r--r--wp-signup.php1
1 files changed, 1 insertions, 0 deletions
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();
}