1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-10 18:26:26 +02:00
This commit is contained in:
osaajani 2019-11-10 00:30:29 +01:00
parent ae42484a60
commit d6f5eb5206
8 changed files with 8 additions and 8 deletions
controllers/internals

View file

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