huangdong пре 6 година
родитељ
комит
96116bece0
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      mobile/control/user_index.php

+ 3 - 3
mobile/control/user_index.php

@@ -98,9 +98,9 @@ class user_indexControl extends mobileHomeControl
                 $output['scene'] = $isfriend ? 'friends' : 'stranger';
             }
 
-            $output['is_self'] = false;
-            $isfriend = true;
-            $output['scene'] = 'friends';
+//            $output['is_self'] = false;
+//            $isfriend = true;
+//            $output['scene'] = 'friends';
 
             $minfo = new member_info($idolid);
             $output['member_info'] = $minfo->filter();