likang 2 years ago
parent
commit
7ad09ef7f7
1 changed files with 1 additions and 1 deletions
  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);
             $othermac=implode(",", $mac);
         }
         }
         if (!empty($tage)) {
         if (!empty($tage)) {
-            $otherlabel=implode(",", $mac);
+            $otherlabel=implode(",",$tage);
         }
         }
         
         
         $labelArray=explode(',',$otherlabel);
         $labelArray=explode(',',$otherlabel);