Index: trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php |
— | — | @@ -779,7 +779,7 @@ |
780 | 780 | */ |
781 | 781 | function getProfileTop( $user_id, $user_name ) { |
782 | 782 | global $wgTitle, $wgUser, $wgLang; |
783 | | - global $wgUserLevels, $wgEnableUserStatus; |
| 783 | + global $wgUserLevels; |
784 | 784 | |
785 | 785 | $stats = new UserStats( $user_id, $user_name ); |
786 | 786 | $stats_data = $stats->getUserStats(); |