util.datamanager: Add append to public api
authorKim Alvefur <zash@zash.se>
Fri, 11 Dec 2015 20:31:55 +0100
changeset 7005 9ab0d5e69c41
parent 7004 2743759ca1b5
child 7006 4aa5f6896057
child 7007 ddb03cc4ce04
util.datamanager: Add append to public api
util/datamanager.lua
--- a/util/datamanager.lua	Fri Dec 11 20:31:19 2015 +0100
+++ b/util/datamanager.lua	Fri Dec 11 20:31:55 2015 +0100
@@ -402,6 +402,7 @@
 	getpath = getpath;
 	load = load;
 	store = store;
+	append_raw = append;
 	list_append = list_append;
 	list_store = list_store;
 	list_load = list_load;