dever 6 years ago
parent
commit
aa1c9b7690
1 changed files with 2 additions and 0 deletions
  1. 2 0
      push/lib/Data.php

+ 2 - 0
push/lib/Data.php

@@ -71,6 +71,8 @@ class Data
                 $id = $info['feature_id'];
                 $id = $info['feature_id'];
             } elseif ($info['type'] == 7) {
             } elseif ($info['type'] == 7) {
                 $id = $info['applet_id'];
                 $id = $info['applet_id'];
+            } elseif ($info['type'] == 13) {
+                $id = $info['journal_id'];
             }
             }
 
 
             unset($info['article_id']);
             unset($info['article_id']);