likang 2 vuotta sitten
vanhempi
commit
d40a71dfbb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      catch/api/service/dispose.php

+ 1 - 1
catch/api/service/dispose.php

@@ -653,7 +653,7 @@ public function get_station_config($mac){
       
     } 
     public function delHash($hashKey,$key){
-        $this->redis->Hdel($hashKey,$key);
+        $this->redis->hDel($hashKey,$key);
     }