X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fsac-a-push.phh;h=cfebe2050eea133e1ab38258670ad6dbd5554608;hp=42efbeec57be27b6c0f4c90e835e0846a729b0a8;hb=8d7cdc537ab4b1329fe0ef8c4d976545c12e14c3;hpb=e115b9ba20f9a2f08dffd806eb8b6ebc77ddb6cf 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(); }