From a8eb03fc331d87613516f918f6794e9f71f4cada Mon Sep 17 00:00:00 2001
From: cortylal <alexcortyl@gmail.com>
Date: Thu, 19 Jun 2014 02:53:09 +0200
Subject: [PATCH] stats

---
 view/stats.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/stats.php b/view/stats.php
index 7d97279..0582c1e 100644
--- a/view/stats.php
+++ b/view/stats.php
@@ -143,7 +143,7 @@
                 <th>Nombre d'individu </th> 
         </thead>
           <tbody>
-          <?php foreach ($stats->top10Race as $ligne): ?>
+          <?php foreach ($stats->top10Race() as $ligne): ?>
             <tr>
                 <td><?php echo $ligne["nom"]; ?> </td>
                 <td><?php echo $ligne["count"]; ?> </td> 
-- 
GitLab