r63618 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r63617
|
r63618
|
r63619
>
Date:
21:25, 11 March 2010
Author:
aaron
Status:
ok
Tags:
Comment:
Fixed blockip log excerpt permission check (
bug 22809
). Resulted in excess "all public logs" excerpt.
Modified paths:
/trunk/phase3/includes/specials/SpecialBlockip.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialBlockip.php
—
—
@@ -642,7 +642,7 @@
643
643
);
644
644
645
645
// Add suppression block entries if allowed
646
- if( $wgUser->isAllowed( 'hideuser' ) ) {
646
+ if( $wgUser->isAllowed( 'suppressionlog' ) ) {
647
647
LogEventsList::showLogExtract( $out, 'suppress', $title->getPrefixedText(), '',
648
648
array(
649
649
'lim' => 10,
Status & tagging log
21:42, 11 March 2010
MaxSem
(
talk
|
contribs
)
changed the
status
of r63618
[
removed:
new
added:
ok]