summaryrefslogtreecommitdiff
path: root/system/db/addon.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/addon.go')
-rw-r--r--system/db/addon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/addon.go b/system/db/addon.go
index 8ad071d..c77ccf0 100644
--- a/system/db/addon.go
+++ b/system/db/addon.go
@@ -80,7 +80,7 @@ func SetAddon(data url.Values) error {
return nil
}
-// AddonAll returns all registered addons as a [][]byte
+// AddonAll returns all registered addons as a []url.Values
func AddonAll() []url.Values {
var all []url.Values
buf := &bytes.Buffer{}