From 2628022275ef64fde95545abe4634b4bd7177844 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 15 Sep 2017 08:51:46 -0400 Subject: PLT-7622 Improvements to server handling of webapp plugins (#7445) * Improvements to server handling of webapp plugins * Fix newline * Update manifest function names --- api4/system.go | 1 - 1 file changed, 1 deletion(-) (limited to 'api4/system.go') diff --git a/api4/system.go b/api4/system.go index fbfbd0ef2..b50dc97a5 100644 --- a/api4/system.go +++ b/api4/system.go @@ -244,7 +244,6 @@ func getClientConfig(c *Context, w http.ResponseWriter, r *http.Request) { } respCfg["NoAccounts"] = strconv.FormatBool(c.App.IsFirstUserAccount()) - respCfg["Plugins"] = c.App.GetPluginsForClientConfig() w.Write([]byte(model.MapToJson(respCfg))) } -- cgit v1.2.3-1-g7c22