Opened 15 years ago
Closed 15 years ago
#1901 closed defect (bug) (fixed)
bp_init runs before bp_core_set_uri_globals HAS-PATCH
Reported by: | MrMaz | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | bp_init has-patch | |
Cc: |
Description
'bp_init' is called on 'plugins_loaded' p10, but 'bp_core_set_uri_globals' runs on 'plugins_loaded' p3 which depends on $bp->root_components. So its not possible to add a root component using 'bp_init' in time for some of the setup calls.
Attachments (4)
Change History (6)
Note: See
TracTickets for help on using
tickets.
this is so obvious