Opened 17 years ago
Closed 17 years ago
#1901 closed defect (bug) (fixed)
bp_init runs before bp_core_set_uri_globals HAS-PATCH
| Reported by: | MrMaz | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
this is so obvious