Ticket #1 (closed defect (bug): fixed)
Handle https:// when manipulating 'home'
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | |
| Cc: |
Description
This:
preg_replace('|https?:[/]+|i', , get_settings('home') . '/' )
Instead of this:
preg_replace('| http://[^/]+|i', , get_settings('home') . '/' )
Change History
- Owner changed from anonymous to rboren
- Status changed from new to assigned
- Status changed from assigned to closed
- Resolution changed from 10 to 20
Note: See
TracTickets for help on using
tickets.
