This commit is contained in:
Michael RICOIS 2012-06-01 09:08:57 +00:00
commit 14966da858

View File

@ -112,6 +112,7 @@ class ComptageController extends Zend_Controller_Action
if ($id) {
//If nbInsee == null, need to count again
if ($nbInsee===null) {
require_once 'Scores/Ciblage.php';
$ciblage = new Ciblage($criteres);
$nbInsee = $ciblage->calculRedevanceInsee();
}