mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
This commit is contained in:
parent
084761b5ef
commit
36b77bca8b
4 changed files with 5 additions and 4 deletions
|
@ -49,7 +49,7 @@ local function db2uri(params)
|
|||
end
|
||||
|
||||
|
||||
local resolve_relative_path = require "core.configmanager".resolve_relative_path;
|
||||
local resolve_relative_path = require "util.paths".resolve_relative_path;
|
||||
|
||||
local function test_connection()
|
||||
if not connection then return nil; end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue