dever пре 6 година
родитељ
комит
053ea7034f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      act/lib/Like.php

+ 1 - 1
act/lib/Like.php

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