#3824 closed defect (bug) (fixed)
Some components set 'path' twice
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | 1.5.1 |
Component: | Core | Keywords: | |
Cc: |
Description (last modified by )
Some components set their path once on the __construct() and again in setup_globals. The ones in setup_globals() should be removed.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5474]) Remove duplicate path setting in: activity, messages, groups, forums, members, friends, and blogs. Fixes #3824.