array_merge_recursive() results in a misbehavior making arrays from scalar options when current and default values differ. Replcae it by array_replace_recursive() should resolve the issue for now.
array_merge_recursive() results in a misbehavior making arrays from scalar options when current and default values differ. Replcae it by array_replace_recursive() should resolve the issue for now.