Commit 01d47fb2 by bergquist

fix(plugins): fix for default plugin dif

parent 83346a29
...@@ -45,7 +45,7 @@ func Init() error { ...@@ -45,7 +45,7 @@ func Init() error {
} }
scan(path.Join(setting.StaticRootPath, "app/plugins")) scan(path.Join(setting.StaticRootPath, "app/plugins"))
scan(path.Join(setting.StaticRootPath, setting.PluginsPath)) scan(setting.PluginsPath)
checkPluginPaths() checkPluginPaths()
// checkDependencies() // checkDependencies()
return nil 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