Correction typo

This commit is contained in:
Michael RICOIS 2012-01-03 10:58:34 +00:00
parent 0c9c0315aa
commit 60c4238f3c

View File

@ -9,7 +9,7 @@ class IndexController extends Zend_Controller_Action
public function indexAction()
{
require_once 'Scores/SessionCoblage.php';
require_once 'Scores/SessionCiblage.php';
$session = new SessionCiblage();
$this->view->total = number_format($session->getNb('total'), 0, '', ' ');