mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Uniformisation des noms de fichiers templates pour events et smsstop
This commit is contained in:
parent
3369c34152
commit
5fe6a210de
4 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
//Récupération des sms-stop, par paquets de $limit, en ignorant les $offset premiers
|
||||
$smsStops = $db->getFromTableWhere('sms_stop', [], false, true, $limit, $offset);
|
||||
|
||||
$this->render('smsstop/default', array(
|
||||
$this->render('smsstop/showAll', array(
|
||||
'smsStops' => $smsStops,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue