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);
CommentFileSizeAuthor
#1 745028-set.patch925 bytesagentrickard

Comments

agentrickard’s picture

Status: Active » Fixed
StatusFileSize
new925 bytes

D'oh. How did I do that?

agentrickard’s picture

That's nasty and unpredictable enough that I figure we need another patch release. Which will come tomorrow.

Docc’s picture

Looks to me like a "lets copy/paste stuff but should have gotten myself some coffee first" scenario ;)

agentrickard’s picture

Exactly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.