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 | 36b77bca8b95755721072cdb0e677e30458593e4 (patch) | |
tree | 79c439fbb15efa9d233466a37f727ae57b2b397e /core/certmanager.lua | |
parent | 084761b5efd4633f02cae9827494b4178749fd6b (diff) | |
download | prosody-36b77bca8b95755721072cdb0e677e30458593e4.tar.gz prosody-36b77bca8b95755721072cdb0e677e30458593e4.zip |
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
Diffstat (limited to 'core/certmanager.lua')
-rw-r--r-- | core/certmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua index 74da771e..d6a59b9f 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -19,7 +19,7 @@ local t_concat = table.concat; local t_insert = table.insert; local prosody = prosody; -local resolve_path = configmanager.resolve_relative_path; +local resolve_path = require"util.paths".resolve_relative_path; local config_path = prosody.paths.config; local luasec_has_noticket, luasec_has_verifyext, luasec_has_no_compression; |