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