From: Alexandre Emsenhuber Date: Sat, 30 Apr 2011 15:14:12 +0000 (+0000) Subject: I have no idea where that count() pass in r87165 X-Git-Tag: 1.31.0-rc.0~30494 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=b345db080f7afcfcc6d3fcff0920e7901fe6eb68;p=lhc%2Fweb%2Fwiklou.git I have no idea where that count() pass in r87165 --- diff --git a/includes/actions/CreditsAction.php b/includes/actions/CreditsAction.php index 466c5a7492..26bb70b094 100644 --- a/includes/actions/CreditsAction.php +++ b/includes/actions/CreditsAction.php @@ -152,7 +152,7 @@ class CreditsAction extends FormlessAction { if ( count( $anon_ips ) ) { $anon = wfMessage( 'anonusers' )->rawParams( $wgLang->listToText( $anon_ips ) )->params( - $anon_ips )->escaped(); + count( $anon_ips ) )->escaped(); } else { $anon = false; }