Opened 9 years ago
Closed 9 years ago
#7022 closed defect (bug) (fixed)
Extra semicolon in bp_notifications_add_notification()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Toolbar & Notifications | Keywords: | good-first-bug |
Cc: |
Description
$r = bp_parse_args( $args, array( 'user_id' => 0, 'item_id' => 0, 'secondary_item_id' => 0, 'component_name' => '', 'component_action' => '', 'date_notified' => bp_core_current_time(), 'is_new' => 1, 'allow_duplicate' => false, ), 'notifications_add_notification' );;
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 10806: