mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 17:19:47 +02:00
fix incorrect path bug
This commit is contained in:
@ -217,7 +217,7 @@ function PostController:analyse(n)
|
||||
if not n then
|
||||
n = 5
|
||||
end
|
||||
local path = WWW_ROOT."/ai"
|
||||
local path = WWW_ROOT..DIR_SEP.."ai"
|
||||
local gettext = loadfile(path .. "/gettext.lua")()
|
||||
local cluster = loadfile(path .. "/cluster.lua")()
|
||||
local data = gettext.get({publish = 1})
|
||||
|
Reference in New Issue
Block a user