r94898 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94897‎ | r94898 | r94899 >
Date:15:33, 18 August 2011
Author:ashley
Status:ok
Tags:
Comment:
SocialProfile: follow-up to r90537, r90547, r94139: remove unused global
Modified paths:
  • /trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php
@@ -779,7 +779,7 @@
780780 */
781781 function getProfileTop( $user_id, $user_name ) {
782782 global $wgTitle, $wgUser, $wgLang;
783 - global $wgUserLevels, $wgEnableUserStatus;
 783+ global $wgUserLevels;
784784
785785 $stats = new UserStats( $user_id, $user_name );
786786 $stats_data = $stats->getUserStats();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90537Should be working versionzhenya17:01, 21 June 2011
r90547some mistakes are removedzhenya20:45, 21 June 2011
r94139SocialProfile: lots of miscellaneous cleanup to UserStatus, but the main big ...ashley23:37, 9 August 2011

Status & tagging log