Index: branches/wmf/1.16wmf4/extensions/GlobalBlocking/SpecialGlobalBlockStatus.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | |
29 | 29 | global $wgApplyGlobalBlocks; |
30 | 30 | if (!$wgApplyGlobalBlocks) { |
31 | | - $this->addWikiMsg( 'globalblocking-whitelist-notapplied' ); |
| 31 | + $wgOut->addWikiMsg( 'globalblocking-whitelist-notapplied' ); |
32 | 32 | return; |
33 | 33 | } |
34 | 34 | |
Property changes on: branches/wmf/1.16wmf4/extensions/GlobalBlocking |
___________________________________________________________________ |
Name: svn:mergeinfo |
35 | 35 | + /branches/wmf-deployment/extensions/GlobalBlocking:60970 |
/trunk/extensions/GlobalBlocking:65513 |
/trunk/phase3/extensions/GlobalBlocking:63545-63546,63549,63643,63764,63897-63901 |