Explorar el Código

lua plugin: Fix getting parameters

Serj Kalichev hace 1 año
padre
commit
c883b7838e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      plugins/lua/klish_lua.c

+ 1 - 0
plugins/lua/klish_lua.c

@@ -413,6 +413,7 @@ int klish_plugin_lua_action(kcontext_t *context)
 
 	ctx = kplugin_udata(plugin);
 	assert(ctx);
+	ctx->context = context;
 
 	script = kcontext_script(context);