diff --git a/upload/source/include/space/space_profile.php b/upload/source/include/space/space_profile.php index 3b7cc82409f6bcde622cb9ef8d5796ac4044fcbe..e25286da0ad228cfea23a95e52ec0afef8d143b9 100644 --- a/upload/source/include/space/space_profile.php +++ b/upload/source/include/space/space_profile.php @@ -192,6 +192,9 @@ if(!$_G['privacy']) { include_once template("home/space_profile"); } else { $_GET['do'] = 'card'; + if ( helper_access::check_module('follow') ) { + $follow = C::t('home_follow')->fetch_by_uid_followuid($_G['uid'], $space['uid']);//是否收听对方 + } include_once template("home/space_card"); } }