Skip to:
Content

BuddyPress.org

Changeset 1355


Ignore:
Timestamp:
04/20/2009 08:47:18 AM (16 years ago)
Author:
apeatling
Message:

Fixes #681

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-classes.php

    r1351 r1355  
    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 );
Note: See TracChangeset for help on using the changeset viewer.