diff --git a/plugins/file-manager/plugin.js b/plugins/file-manager/plugin.js index 5cacac2..70cbb33 100644 --- a/plugins/file-manager/plugin.js +++ b/plugins/file-manager/plugin.js @@ -15,7 +15,7 @@ function metadata() { var rootPath = "."; function start() { - rootPath = config("root_path") || "."; + rootPath = config.get("root_path") || "."; log("File Manager started, root: " + rootPath); }