Commit dc7a0587 by 冷斌

踢人

parent 3382e07c
...@@ -367,7 +367,7 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -367,7 +367,7 @@ class Model_User extends PhalApi_Model_NotORM
$v['avatar_thumb']=$userinfo['avatar_thumb']; $v['avatar_thumb']=$userinfo['avatar_thumb'];
$v['level']=$userinfo['level']; $v['level']=$userinfo['level'];
$v['level_anchor'] = $userinfo['level_anchor']; $v['level_anchor'] = $userinfo['level_anchor'];
$v['isattent'] = isAttention($v['uid'], $uid); $v['isattent'] = isAttention($uid, $v['uid']);
$info[$k]=$v; $info[$k]=$v;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment