r92527 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92526‎ | r92527 | r92528 >
Date:11:52, 19 July 2011
Author:ashley
Status:ok
Tags:
Comment:
SocialProfile: follow-up to r92525: static method call so that PHP doesn't have to whine about this
Modified paths:
  • /trunk/extensions/SocialProfile/SystemGifts/UserSystemGiftsClass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/SystemGifts/UserSystemGiftsClass.php
@@ -53,7 +53,7 @@
5454 __METHOD__
5555 );
5656 $sg_gift_id = $dbw->insertId();
57 - $this->incGiftGivenCount( $gift_id );
 57+ self::incGiftGivenCount( $gift_id );
5858
5959 // Add to new gift count cache for receiving user
6060 $this->incNewSystemGiftCount( $this->user_id );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92525SocialProfile: fix bug #27981 - update award counters whenever an award is gi...ashley11:37, 19 July 2011

Status & tagging log