mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
Uniformisation des noms de fichiers templates pour events et smsstop
This commit is contained in:
parent
17a3d6c938
commit
69e3f32baf
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