dever 6 سال پیش
والد
کامیت
d615b4956e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      push/lib/Data.php

+ 1 - 1
push/lib/Data.php

@@ -57,7 +57,7 @@ class Data
     private function getOne($info)
     {
         $info['id'] = 0;
-        if ($info['type'] < 10) {
+        if ($info['type'] < 10 || $info['type'] == 13) {
             $table = Dever::config('base')->type_table[$info['type']];
             if ($info['type'] == 1) {
                 $id = $info['article_id'];