Skip to:
Content

BuddyPress.org

Changeset 916 for trunk/bp-blogs.php


Ignore:
Timestamp:
01/26/2009 05:56:14 AM (16 years ago)
Author:
apeatling
Message:

Fixed problem where public blogs would be treated as private by activity streams.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r906 r916  
    502502               
    503503                // Record in activity streams
    504                 bp_blogs_record_activity( array( 'item_id' => $recorded_commment_id, 'component_name' => 'blogs', 'component_action' => 'new_blog_comment', 'is_private' => $is_private, 'user_id' => $user_id ) );
     504                bp_blogs_record_activity( array( 'item_id' => $recorded_commment_id, 'component_name' => 'blogs', 'component_action' => 'new_blog_comment', 'is_private' => $is_private, 'user_id' => $recorded_comment->user_id ) );
    505505            }
    506506        } else {
Note: See TracChangeset for help on using the changeset viewer.