Opened 5 weeks ago
Closed 6 days ago
#9232 closed defect (bug) (fixed)
Avoid calling BP_Notifications_Notification if it is not available.
Reported by: | dcavins | Owned by: | dcavins |
---|---|---|---|
Milestone: | 15.0.0 | Priority: | normal |
Severity: | normal | Version: | 14.1.0 |
Component: | Members | Keywords: | has-patch commit |
Cc: |
Description
In some code I wrote around site invitations and membership requests, I assume that BP_Notifications_Notification
is available to use, even though it might not be. The attached patch check to see if notifications are active before attempting to use the notification class.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Check that notifications are active before attempting to use the nofitication class.