mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix a lot a errors probably due to migration
This commit is contained in:
parent
afb899c003
commit
ae42484a60
37 changed files with 561 additions and 581 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue