mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
luainstance: the name is "Lua", not "LUA"
This commit is contained in:
committed by
M. Liebmann
parent
f26357e887
commit
4d7e07f81f
@@ -354,7 +354,7 @@ void CPlugins::startLuaPlugin(int number)
|
||||
script, plugin_list[number].cfgfile.c_str());
|
||||
return;
|
||||
}
|
||||
CLUAInstance *lua = new CLUAInstance();
|
||||
CLuaInstance *lua = new CLuaInstance();
|
||||
lua->runScript(script);
|
||||
delete lua;
|
||||
}
|
||||
|
Reference in New Issue
Block a user