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 @@
54
54
__METHOD__
55
55
);
56
56
$sg_gift_id = $dbw->insertId();
57
- $this->incGiftGivenCount( $gift_id );
57
+ self::incGiftGivenCount( $gift_id );
58
58
59
59
// Add to new gift count cache for receiving user
60
60
$this->incNewSystemGiftCount( $this->user_id );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r92525
SocialProfile: fix
bug #27981
- update award counters whenever an award is gi...
ashley
11:37, 19 July 2011
Status & tagging log
12:25, 8 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r92527
[
removed:
new
added:
ok]
14:57, 6 August 2011
Jack Phoenix
(
talk
|
contribs
)
changed the
status
of r92527
[
removed:
deferred
added:
new]
23:11, 5 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r92527
[
removed:
new
added:
deferred]
19:35, 23 July 2011
Jack Phoenix
(
talk
|
contribs
)
changed the
status
of r92527
[
removed:
deferred
added:
new]
12:56, 22 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r92527
[
removed:
new
added:
deferred]
17:11, 19 July 2011
Jack Phoenix
(
talk
|
contribs
)
changed the
status
of r92527
[
removed:
deferred
added:
new]
15:56, 19 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r92527
[
removed:
new
added:
deferred]