fix a lot a errors probably due to migration

This commit is contained in:
osaajani 2019-11-10 00:27:42 +01:00
parent afb899c003
commit ae42484a60
37 changed files with 561 additions and 581 deletions

View file

@ -34,7 +34,7 @@ namespace controllers\internals;
*
* @return array : La liste des contactes
*/
public function list($nb_entry = false, $page = false)
public function list($nb_entry = null, $page = null)
{
//Recupération des contactes
return $this->model_contact->list($nb_entry, $nb_entry * $page);