Index: l10n_community/l10n_community.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/l10n_community.module,v
retrieving revision 1.1.2.23.2.55
diff -u -p -r1.1.2.23.2.55 l10n_community.module
--- l10n_community/l10n_community.module	2 Oct 2009 08:55:36 -0000	1.1.2.23.2.55
+++ l10n_community/l10n_community.module	2 Oct 2009 09:02:45 -0000
@@ -1,5 +1,5 @@
 <?php
-// $Id: l10n_community.module,v 1.1.2.23.2.55 2009/10/02 08:55:36 goba Exp $
+// $Id: l10n_community.module,v 1.1.2.23.2.54 2009/09/30 12:17:08 goba Exp $
 
 /**
  * @file
@@ -555,7 +555,7 @@ function l10n_community_block_stats() {
   $stats_numbers = l10n_community_get_stats();
   if (isset($stats_numbers['groups'])) {
     $stats = array(
-      format_plural($groups, '1 translation group', '@count translation groups'),
+      format_plural($stats_numbers['groups'], '1 translation group', '@count translation groups'),
     );
   }
 
