summaryrefslogtreecommitdiff
path: root/system/addon/addon.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/addon/addon.go')
-rw-r--r--system/addon/addon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/addon/addon.go b/system/addon/addon.go
index c68a40e..e4e8f70 100644
--- a/system/addon/addon.go
+++ b/system/addon/addon.go
@@ -185,7 +185,7 @@ func setStatus(key, status string) error {
return err
}
- var vals url.Values
+ vals := make(url.Values)
for k, v := range kv {
switch v.(type) {
case []string: