From 8d7cdc537ab4b1329fe0ef8c4d976545c12e14c3 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 29 Mar 2020 20:20:01 +0200 Subject: [PATCH] typo fixed --- web/Obj/sac-a-push.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 42efbee..cfebe20 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -924,7 +924,7 @@ class Sac_a_push { if (($bri = $this->app->match_get($table_idx, $table_token)) != FALSE) { ob_start(); - bin5_index_wr_main($bri, $addr, $clie_get, NULL, NULL); + bin5_index_wr_main($bri, $addr, $clie_cmd, NULL, NULL); $content = ob_get_contents(); ob_end_clean(); } -- 2.17.1