Uniformisation des noms de fichiers templates pour events et smsstop

This commit is contained in:
Pierre-Lin Bonnemaison 2015-10-13 19:28:45 +02:00
parent 17a3d6c938
commit 69e3f32baf
4 changed files with 2 additions and 2 deletions

View file

@ -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,