Skip to:
Content

BuddyPress.org

Ticket #681: blog_id_typo.patch

File blog_id_typo.patch, 579 bytes (added by burtadsit, 15 years ago)
  • bp-blogs-classes.php

     
    3030                global $wpdb, $bp;
    3131               
    3232                $this->user_id = apply_filters( 'bp_blogs_blog_user_id_before_save', $this->user_id, $this->id );
    33                 $this->blog_ud = apply_filters( 'bp_blogs_blog_id_before_save', $this->blog_id, $this->id );
     33                $this->blog_id = apply_filters( 'bp_blogs_blog_id_before_save', $this->blog_id, $this->id );
    3434               
    3535                do_action( 'bp_blogs_blog_before_save', $this );
    3636