aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/storagemanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/storagemanager.lua b/core/storagemanager.lua
index e44f3e2c..c96ef3ec 100644
--- a/core/storagemanager.lua
+++ b/core/storagemanager.lua
@@ -45,7 +45,7 @@ function initialize_host(host)
end
prosody.events.add_handler("host-activated", initialize_host, 101);
-local function load_driver(host, driver_name)
+function load_driver(host, driver_name)
if driver_name == "null" then
return null_storage_provider;
end