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);