Changeset

5497:b42781a96174

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Fri, 19 Apr 2013 13:30:37 +0100
parents 5495:d5b07342fccf (current diff) 5496:7a0b81b5ca71 (diff)
children 5499:063d1f706ba7 5511:764bda4b28b8
files
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;