Commit 83346a29 by bergquist

fix(plugins): scans default plugin path

parent 317c5ba8
......@@ -45,6 +45,7 @@ func Init() error {
}
scan(path.Join(setting.StaticRootPath, "app/plugins"))
scan(path.Join(setting.StaticRootPath, setting.PluginsPath))
checkPluginPaths()
// checkDependencies()
return nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment