Changes between Initial Version and Version 1 of Ticket #15936, comment 1
- Timestamp:
- 12/22/2010 11:19:00 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15936, comment 1
initial v1 1 I've just noticed that my patch mistakenly removes the munging of $domain. This turns out not to be an issue for multi-site installs not using subdomains but I guess maybe it is for those that are. I would guess that restoring it is a simple case of adding a second preg_replace line, or possibly even setting $domain later.1 My original patch mistakenly removes the munging of $domain. This turns out not to be an issue for multi-site installs not using subdomains. I've updated the patch to address this issue.