From 2e229c5381244ff61de3fe4937b76439ae601c21 Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 20 Jun 2017 18:12:24 +0200 Subject: [PATCH] update access to lwa from web_request which is now in Var --- controller/hk_rows_import.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/hk_rows_import.anubis b/controller/hk_rows_import.anubis index 682754b..3ce8a7c 100644 --- a/controller/hk_rows_import.anubis +++ b/controller/hk_rows_import.anubis @@ -343,7 +343,7 @@ public define Result(String, String) //csv_sep //col_x = 'target_col', where x is the column number in csv file and target_col is name of the column in the table //with _T = make_translate_function(_session.language), - with lwa = _session.web_request.lwa, + with lwa = *_session.web_request.lwa, with separator = get_String(lwa, "csv_sep", ";"), with csv_db_columns = get_columns_list(lwa), with columns = get_db_columns(csv_db_columns, []), -- libgit2 0.21.4