Class include forget

This commit is contained in:
Michael RICOIS 2012-06-01 09:08:11 +00:00
parent e130cf3881
commit e716181a4d

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();
}