Diff

plugins/mod_storage_sql.lua @ 6165:6a184b16b717

core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
author Kim Alvefur <zash@zash.se>
date Fri, 09 May 2014 19:35:29 +0200
parent 5776:bd0ff8ae98a8
child 6283:7cf6d3a2c855
line wrap: on
line diff
--- a/plugins/mod_storage_sql.lua	Fri May 09 19:34:35 2014 +0200
+++ b/plugins/mod_storage_sql.lua	Fri May 09 19:35:29 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