1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-07 00:36:29 +02:00

fix a lot a errors probably due to migration

This commit is contained in:
osaajani 2019-11-10 00:27:42 +01:00
parent afb899c003
commit ae42484a60
37 changed files with 561 additions and 581 deletions
controllers/internals

View file

@ -121,7 +121,7 @@ class Console extends \descartes\InternalController
foreach ($numbers as $number)
{
//Si les Sms STOP sont activés, on passe au numéro suivant si le numéro actuelle fait parti des Sms STOP
if (RASPISMS_SETTINGS_SMSSTOPS)
if (RASPISMS_SETTINGS_SMSSTOP)
{
foreach ($smsStops as $smsStop)
{