http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92527

Revision: 92527
Author:   ashley
Date:     2011-07-19 11:52:34 +0000 (Tue, 19 Jul 2011)
Log Message:
-----------
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: trunk/extensions/SocialProfile/SystemGifts/UserSystemGiftsClass.php
===================================================================
--- trunk/extensions/SocialProfile/SystemGifts/UserSystemGiftsClass.php 
2011-07-19 11:42:14 UTC (rev 92526)
+++ trunk/extensions/SocialProfile/SystemGifts/UserSystemGiftsClass.php 
2011-07-19 11:52:34 UTC (rev 92527)
@@ -53,7 +53,7 @@
                        __METHOD__
                );
                $sg_gift_id = $dbw->insertId();
-               $this->incGiftGivenCount( $gift_id );
+               self::incGiftGivenCount( $gift_id );
 
                // Add to new gift count cache for receiving user
                $this->incNewSystemGiftCount( $this->user_id );


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to