diff options
Diffstat (limited to 'admin/history.php')
-rw-r--r-- | admin/history.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/history.php b/admin/history.php index bce07a772..b74f48399 100644 --- a/admin/history.php +++ b/admin/history.php @@ -533,10 +533,7 @@ SELECT ), 'MEMBERS' => sprintf( l10n_dec('%d member', '%d members', $summary['nb_members']).': %s', - implode( - ', ', - $member_strings - ) + implode(', ', $member_strings) ), 'GUESTS' => l10n_dec( '%d guest', '%d guests', |