Closed (fixed)
Project:
Domain
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2008 at 17:16 UTC
Updated:
23 Sep 2008 at 15:42 UTC
Throughout domain.module, as well as once in domain.admin.inc and once in README.txt, this is seen:
variable_get('sitename', 'Drupal')
The correct variable name is 'site_name'. The result was that the name of the site's initial domain would appear to switch to "Drupal" after Domain Access is enabled (even though the proper name is still in {variables}, and "Drupal" would also appear in the "Site name" field of the "Default domain settings" section of admin/build/domain.
AFAIK, this is the first time I've rolled a directory patch - hope this works.
| Comment | File | Size | Author |
|---|---|---|---|
| domain-site_name.patch | 4.73 KB | Garrett Albright |
Comments
Comment #1
agentrickardThose instances should probably be
variable_get('domain_sitename', 'Drupal')actually.Comment #2
Garrett Albright commentedHave you checked out the patch yet? Most of the instances are in the form of:
Comment #3
agentrickardCommitted. Thanks!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.