diff options
author | Kim Alvefur <zash@zash.se> | 2014-05-09 19:35:29 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2014-05-09 19:35:29 +0200 |
commit | e31991a7735da1ab9d8a9a229e0c8d33810a50a5 (patch) | |
tree | 79c439fbb15efa9d233466a37f727ae57b2b397e /plugins/mod_storage_sql2.lua | |
parent | e242d9ba34bb6f54b8efb9665564a7a36cbf9689 (diff) | |
download | prosody-e31991a7735da1ab9d8a9a229e0c8d33810a50a5.tar.gz prosody-e31991a7735da1ab9d8a9a229e0c8d33810a50a5.zip |
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
Diffstat (limited to 'plugins/mod_storage_sql2.lua')
-rw-r--r-- | plugins/mod_storage_sql2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_storage_sql2.lua b/plugins/mod_storage_sql2.lua index 7414e5ed..249c72a7 100644 --- a/plugins/mod_storage_sql2.lua +++ b/plugins/mod_storage_sql2.lua @@ -2,7 +2,7 @@ local json = require "util.json"; local xml_parse = require "util.xml".parse; local uuid = require "util.uuid"; -local resolve_relative_path = require "core.configmanager".resolve_relative_path; +local resolve_relative_path = require "util.paths".resolve_relative_path; local stanza_mt = require"util.stanza".stanza_mt; local getmetatable = getmetatable; |