aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_sql.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-05-09 19:35:29 +0200
committerKim Alvefur <zash@zash.se>2014-05-09 19:35:29 +0200
commite31991a7735da1ab9d8a9a229e0c8d33810a50a5 (patch)
tree79c439fbb15efa9d233466a37f727ae57b2b397e /plugins/mod_storage_sql.lua
parente242d9ba34bb6f54b8efb9665564a7a36cbf9689 (diff)
downloadprosody-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_sql.lua')
-rw-r--r--plugins/mod_storage_sql.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_storage_sql.lua b/plugins/mod_storage_sql.lua
index 1f453d42..7b810ab8 100644
--- a/plugins/mod_storage_sql.lua
+++ b/plugins/mod_storage_sql.lua
@@ -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