r53635 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r53634
|
r53635
|
r53636
>
Date:
03:35, 22 July 2009
Author:
purodha
Status:
deferred
Tags:
Comment:
Bugfix: continue hook processing, instead of aborting with an error message, even if no, wrong, or nonexisting user name given.
Modified paths:
/trunk/extensions/Contributionseditcount/Contributionseditcount.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Contributionseditcount/Contributionseditcount.php
—
—
@@ -31,6 +31,6 @@
32
32
$wgOut->addWikiText( wfMsgExt( 'contributionseditcount', array( 'parsemag' ),
33
33
$wgLang->formatNum( User::edits( $uid ) ),
34
34
User::whoIs( $uid ) ) );
35
- return true;
36
35
}
36
+ return true;
37
37
}
Status & tagging log
15:36, 29 July 2009
😂
(
talk
|
contribs
)
changed the
status
of r53635
[
removed:
new
added:
deferred]