Closed (fixed)
Project:
Multiple Domains
Version:
5.x-1.x-dev
Component:
code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Apr 2007 at 21:44 UTC
Updated:
17 May 2007 at 15:35 UTC
Any attempt to change the name of an existing domain results in a validation error.
In multidomain_domain_settings_validate(), the isset() is for $domains[$form_values['url']]. This will always be set, because it is the existing domain. Instead, we need to test for the (potentially) new name, which is $form_values['domain']. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| multidomain-settings_validate.patch | 786 bytes | nedjo |
Comments
Comment #1
nedjoApplied.
Comment #2
(not verified) commented