Opened 8 years ago
Closed 8 years ago
#37215 closed defect (bug) (fixed)
Pass correct params to get_site_by_path
Reported by: | spacedmonkey | Owned by: | |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
In get_site_by_path it uses the get_sites function to get the a site object. However, the params that are passed to the function are incorrect. The order param in the case of multiple paths and domains, is correctly incorrect and only works by luck of default ordering being the same.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in [37930], which missed Trac but is in SVN.