From 796bfd3cf5f2540674a78825b101691ce43e1069 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 20 Aug 2010 20:45:04 +0200 Subject: [PATCH] provide backwards compatibility in the lua module after the history -> delta change --- lua/uci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/uci.c b/lua/uci.c index efa8c1a..951860f 100644 --- a/lua/uci.c +++ b/lua/uci.c @@ -902,6 +902,7 @@ static const luaL_Reg uci[] = { { "reorder", uci_lua_reorder }, { "changes", uci_lua_changes }, { "foreach", uci_lua_foreach }, + { "add_history", uci_lua_add_delta }, { "add_delta", uci_lua_add_delta }, { "load_plugins", uci_lua_load_plugins }, { "get_confdir", uci_lua_get_confdir }, -- 2.41.0