Opened 10 years ago
Closed 10 years ago
#7022 closed defect (bug) (fixed)
Extra semicolon in bp_notifications_add_notification()
| Reported by: | tw2113 | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Toolbar & Notifications | Version: | |
| Severity: | trivial | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 10806: