likang 2 vuotta sitten
vanhempi
commit
75e3c55928
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      catch/tag_history/controller/TagHistory.php

+ 1 - 0
catch/tag_history/controller/TagHistory.php

@@ -227,6 +227,7 @@ class TagHistory extends CatchController
         
         $labelArray=explode(',',$otherlabel);
         foreach($labelArray as $item){
+            $otherWhere=[];
             $otherWhere[]=["mac","=",$othermac];
             $otherWhere[]=["lable","=",trim($item)];