Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/17/2009 10:10:37 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1030

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-signup.php

    r1829 r1902  
    116116                /* If the user decided to create a blog, save those details to usermeta */
    117117                if ( 'blog' == $active_signup || 'all' == $active_signup ) {
    118                     $usermeta['public'] = $_POST['signup_blog_privacy'];
     118                    $usermeta['public'] = ( 'public' == $_POST['signup_blog_privacy'] ) ? true : false;
    119119                    $usermeta['blogname'] = $_POST['signup_blog_url'];
    120120                    $usermeta['blog_title'] = $_POST['signup_blog_title'];
Note: See TracChangeset for help on using the changeset viewer.