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 ($id) {
|
||||||
//If nbInsee == null, need to count again
|
//If nbInsee == null, need to count again
|
||||||
if ($nbInsee===null) {
|
if ($nbInsee===null) {
|
||||||
|
require_once 'Scores/Ciblage.php';
|
||||||
$ciblage = new Ciblage($criteres);
|
$ciblage = new Ciblage($criteres);
|
||||||
$nbInsee = $ciblage->calculRedevanceInsee();
|
$nbInsee = $ciblage->calculRedevanceInsee();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user