Mercurial > prosody-hg
diff plugins/mod_storage_sql.lua @ 6168:3942630b4e35
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 09 May 2014 23:35:54 +0200 |
| parents | 6a184b16b717 |
| children | 7cf6d3a2c855 |
line wrap: on
line diff
--- a/plugins/mod_storage_sql.lua Tue May 06 00:37:08 2014 +0200 +++ b/plugins/mod_storage_sql.lua Fri May 09 23:35:54 2014 +0200 @@ -49,7 +49,7 @@ 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
