likang 2 년 전
부모
커밋
7ad09ef7f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);