prosody.cfg.lua.dist: Update config for 0.7, most improvements from the Arch Linux...
[prosody.git] / core / usermanager.lua
index acc482e30f2198cdd7b3220c2ad09d1f22524296..925ac774071489eedae3dfae20bd3547d23f9452 100644 (file)
@@ -6,10 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-
-
-require "util.datamanager"
-local datamanager = datamanager;
+local datamanager = require "util.datamanager";
 local log = require "util.logger".init("usermanager");
 local type = type;
 local error = error;