summaryrefslogtreecommitdiffstats
path: root/app/server.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-09-05 06:35:07 -0400
committerGeorge Goldberg <george@gberg.me>2017-09-05 11:35:07 +0100
commit4c522155da1c57e8d3d3bad019db61d3e8d1e0ba (patch)
treeec04c42aded9be1b7a98aa6978616d25cdd39172 /app/server.go
parentba2868775d2476813fb8f48156d5f232a101f39d (diff)
downloadchat-4c522155da1c57e8d3d3bad019db61d3e8d1e0ba.tar.gz
chat-4c522155da1c57e8d3d3bad019db61d3e8d1e0ba.tar.bz2
chat-4c522155da1c57e8d3d3bad019db61d3e8d1e0ba.zip
Temporarily place plugins into E20 (#7370)
Diffstat (limited to 'app/server.go')
-rw-r--r--app/server.go2
1 files changed, 1 insertions, 1 deletions
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")
}