Class include forget
This commit is contained in:
parent
e130cf3881
commit
e716181a4d
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user