Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2009 03:07:48 AM (17 years ago)
Author:
apeatling
Message:

Converted $bp as an array to $bp as an object. See this post for more info: http://buddypress.org/forums/topic.php?id=1125

File:
1 edited

Legend:

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

    r813 r1021  
    2525
    2626function bp_core_delete_notification( $id ) {
    27         if ( !bp_core_check_notification_access( $bp['loggedin_userid'], $id ) )
     27        if ( !bp_core_check_notification_access( $bp->loggedin_user->id, $id ) )
    2828                return false;
    2929       
Note: See TracChangeset for help on using the changeset viewer.