r87307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87306‎ | r87307 | r87308 >
Date:22:52, 2 May 2011
Author:ashley
Status:deferred
Tags:
Comment:
SocialProfile: define a few previously undefined properties
Modified paths:
  • /trunk/extensions/SocialProfile/UserStats/UserStatsClass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserStats/UserStatsClass.php
@@ -969,6 +969,16 @@
970970 var $level_number = 0;
971971 var $level_name;
972972
 973+ /**
 974+ * @var String: name of the next level
 975+ */
 976+ var $next_level_name;
 977+
 978+ /**
 979+ * @var Integer: amount of points needed to reach the next level
 980+ */
 981+ var $next_level_points_needed;
 982+
973983 /* private */ function __construct( $points ) {
974984 global $wgUserLevels;
975985 $this->levels = $wgUserLevels;

Status & tagging log