likang пре 2 година
родитељ
комит
f81271ef44
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      catch/tag_history/controller/TagHistory.php

+ 2 - 2
catch/tag_history/controller/TagHistory.php

@@ -224,10 +224,10 @@ class TagHistory extends CatchController
         ,00000098C157,00000098C160,00000098C15F ,00000098C156,00000098C15B,00000098C148,00000098C155,00000098C147,00000098C153
         ,00000098BDAB ,00000098BDA5,00000098BD93,00000098BDA9 ,00000098BDA7";
         if (!empty($mac)) {
-            $othermac=$mac;
+            $othermac=implode(",", $mac);
         }
         if (!empty($tage)) {
-            $otherlabel=$tage;
+            $otherlabel=implode(",", $mac);
         }
         
         $labelArray=explode(',',$otherlabel);