mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix list
This commit is contained in:
parent
ae42484a60
commit
d6f5eb5206
8 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@ namespace controllers\internals;
|
|||
*
|
||||
* @return array : La liste des commandes
|
||||
*/
|
||||
public function list($nb_entry = false, $page = false)
|
||||
public function list($nb_entry = null, $page = null)
|
||||
{
|
||||
return $this->model_command->list($nb_entry, $nb_entry * $page);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue