typo fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 29 Mar 2020 18:20:01 +0000 (20:20 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 29 Mar 2020 18:20:01 +0000 (20:20 +0200)
web/Obj/sac-a-push.phh

index 42efbee..cfebe20 100644 (file)
@@ -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();
                                             }