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.