likang 2 yıl önce
ebeveyn
işleme
7ad09ef7f7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      catch/tag_history/controller/TagHistory.php

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

@@ -227,7 +227,7 @@ class TagHistory extends CatchController
             $othermac=implode(",", $mac);
         }
         if (!empty($tage)) {
-            $otherlabel=implode(",", $mac);
+            $otherlabel=implode(",",$tage);
         }
         
         $labelArray=explode(',',$otherlabel);