dever 6 gadi atpakaļ
vecāks
revīzija
053ea7034f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;