dever 6 yıl önce
ebeveyn
işleme
053ea7034f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      act/lib/Like.php

+ 1 - 1
act/lib/Like.php

@@ -26,7 +26,7 @@ class Like
     public function getList($uid)
     public function getList($uid)
     {
     {
         $where['uid'] = $uid;
         $where['uid'] = $uid;
-        $where['type'] = '1,2,3';
+        $where['type'] = '1,2,3,6';
         $info = Dever::db('act/like')->getAll($where);
         $info = Dever::db('act/like')->getAll($where);
 
 
         return $info;
         return $info;