diff options
Diffstat (limited to 'www/stats.php')
-rw-r--r-- | www/stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/stats.php b/www/stats.php index 1188f4e..f777f38 100644 --- a/www/stats.php +++ b/www/stats.php @@ -87,7 +87,7 @@ </tr> <tr> <td class="DataTD"><?=_("Assurers with test")?>:</td> - <td class="DataTD"><?=$stats['assurers_with_test'];?></td> + <td class="DataTD"><?=$stats['assurer_with_test'];?></td> </tr> <tr> <td class="DataTD"><?=_("Points Issued")?>:</td> |