From: Vsevolod Stakhov Date: Thu, 10 Oct 2019 11:56:33 +0000 (+0100) Subject: [Minor] Grrr, fix misprint X-Git-Tag: 2.0~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0619debb463445f442a5f9a6f7955ffbe006079b;p=rspamd.git [Minor] Grrr, fix misprint --- diff --git a/lualib/lua_clickhouse.lua b/lualib/lua_clickhouse.lua index 713da6e21..8891a89fc 100644 --- a/lualib/lua_clickhouse.lua +++ b/lualib/lua_clickhouse.lua @@ -375,7 +375,7 @@ exports.insert = function (upstream, settings, params, query, rows, http_params.user = settings.user http_params.password = settings.password http_params.method = 'POST' - http_params.body = {rspamd_text.from_table(rows, '\n'), '\n'} + http_params.body = {rspamd_text.fromtable(rows, '\n'), '\n'} http_params.log_obj = params.task or params.config if not http_params.url then