Closed (fixed)
Project:
Domain
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2010 at 15:22 UTC
Updated:
1 Apr 2010 at 14:30 UTC
Jump to comment: Most recent file
I was hitting myself in the head why some variables would show up empty.
In the function domain_conf_variable_set() on line 607
domain_conf_variable_save($domain_id, $variable, $value = NULL);
Should be
domain_conf_variable_save($domain_id, $variable, $value);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 745028-set.patch | 925 bytes | agentrickard |
Comments
Comment #1
agentrickardD'oh. How did I do that?
Comment #2
agentrickardThat's nasty and unpredictable enough that I figure we need another patch release. Which will come tomorrow.
Comment #3
Docc commentedLooks to me like a "lets copy/paste stuff but should have gotten myself some coffee first" scenario ;)
Comment #4
agentrickardExactly.