Merge 0.9->trunk
authorMatthew Wild <mwild1@gmail.com>
Fri, 19 Apr 2013 13:30:37 +0100
changeset 5497 b42781a96174
parent 5495 d5b07342fccf (current diff)
parent 5496 7a0b81b5ca71 (diff)
child 5499 063d1f706ba7
child 5511 764bda4b28b8
Merge 0.9->trunk
--- a/core/moduleapi.lua	Thu Apr 18 11:14:16 2013 +0100
+++ b/core/moduleapi.lua	Fri Apr 19 13:30:37 2013 +0100
@@ -337,4 +337,8 @@
 	return io.open(path, mode);
 end
 
+function api:open_store(name, type)
+	return storagemanager.open(self.host, name, type);
+end
+
 return api;