From: Matteo Nastasi Date: Sun, 29 Mar 2020 18:20:01 +0000 (+0200) Subject: typo fixed X-Git-Tag: v5.6.0~2 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=8d7cdc537ab4b1329fe0ef8c4d976545c12e14c3 typo fixed --- 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(); }