Opened 4 years ago
Closed 4 years ago
#8464 closed defect (bug) (fixed)
Nouveau should check the component is active before trying to use a `bp_get_{component}_slug()` function
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 8.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
This is a follow up of #8133. [12892] introduced direct uses of bp_get_{component}_slug()
functions (without checking the corresponding component is active). If the corresponding component is not active it can generate fatal errors as the corresponding bp_get_{component}_slug()
function is not available.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 12908: