Skip to:
Content

BuddyPress.org

Changeset 7608


Ignore:
Timestamp:
11/29/2013 04:37:08 PM (11 years ago)
Author:
johnjamesjacoby
Message:

In bp_notifications_mark_notifications_from_user() use the public update method rather than the protected _update method. Props r-a-y.

File:
1 edited

Legend:

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

    r7578 r7608  
    454454 */
    455455function bp_notifications_mark_notifications_from_user( $user_id, $component_name, $component_action, $is_new = false ) {
    456     return BP_Notifications_Notification::_update(
     456    return BP_Notifications_Notification::update(
    457457        array(
    458458            'is_new' => $is_new
Note: See TracChangeset for help on using the changeset viewer.