Skip to:
Content

BuddyPress.org

Changeset 12306


Ignore:
Timestamp:
12/03/2018 09:08:03 PM (8 years ago)
Author:
boonebgorges
Message:

Fix variable name typo in notifications exporter.

Introduced in [12158].

Merges [12305] to the 4.0 branch.

Props Venutius.
See #8015.

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

  • branches/4.0/src/bp-notifications/bp-notifications-functions.php

    r12161 r12306  
    851851                                $notification->component_action,
    852852                                $component_name,
    853                                 $notification_item->id,
     853                                $notification->id,
    854854                        );
    855855
Note: See TracChangeset for help on using the changeset viewer.