aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-01-11 06:18:51 +0000
committerMatthew Wild <mwild1@gmail.com>2011-01-11 06:18:51 +0000
commitcb32b466ed75d41a56e9ba5959697c326b84f8cf (patch)
treeb32cc0032557ca7dbc6a92f00c6bb6f957f202aa /core
parentd9b4efc92495618c728a791747a78b36e40a821e (diff)
parentfe53d96e7d4575d7c629f3679fae5edc48b7526b (diff)
downloadprosody-cb32b466ed75d41a56e9ba5959697c326b84f8cf.tar.gz
prosody-cb32b466ed75d41a56e9ba5959697c326b84f8cf.zip
Merge 0.8->trunk
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