summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-signup.php')
-rw-r--r--wp-signup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-signup.php b/wp-signup.php
index c7bd7bd..a951fa9 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -332,7 +332,7 @@ switch ($_POST['stage']) {
if ( is_user_logged_in() )
signup_another_blog($blog_id);
else
- signup_user();
+ signup_user( $blog_id );
if ($blog_id) {
?><p><em>The blog you were looking for, <strong><?php echo $blog_id ?>.<?php echo $current_site->domain ?></strong> doesn't exist but you can create it now!</em></p><?php