From 4c522155da1c57e8d3d3bad019db61d3e8d1e0ba Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 5 Sep 2017 06:35:07 -0400 Subject: Temporarily place plugins into E20 (#7370) --- app/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/server.go') diff --git a/app/server.go b/app/server.go index c3bcd562d..ebea049f3 100644 --- a/app/server.go +++ b/app/server.go @@ -189,7 +189,7 @@ func StartServer() { }() } - if *utils.Cfg.PluginSettings.Enable { + if utils.IsLicensed() && *utils.License().Features.FutureFeatures && *utils.Cfg.PluginSettings.Enable { StartupPlugins("plugins", "webapp/dist") } -- cgit v1.2.3-1-g7c22