summaryrefslogtreecommitdiffstats
path: root/api4
diff options
context:
space:
mode:
Diffstat (limited to 'api4')
-rw-r--r--api4/plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api4/plugin.go b/api4/plugin.go
index 90ea25b2d..5bedb57d0 100644
--- a/api4/plugin.go
+++ b/api4/plugin.go
@@ -66,7 +66,7 @@ func uploadPlugin(c *Context, w http.ResponseWriter, r *http.Request) {
}
defer file.Close()
- manifest, unpackErr := c.App.InstallPlugin(file)
+ manifest, unpackErr := c.App.InstallPlugin(file, false)
if unpackErr != nil {
c.Err = unpackErr