]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 42efbeec57be27b6c0f4c90e835e0846a729b0a8..cfebe2050eea133e1ab38258670ad6dbd5554608 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();
                                             }