mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix trailing $
This commit is contained in:
parent
3dd5e099e8
commit
ad1f798ae6
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ class Sender extends AbstractDaemon
|
|||
foreach ($smss_per_scheduled as $id_scheduled => $smss)
|
||||
{
|
||||
//If queue not already exists
|
||||
if (!msg_queue_exists($QUEUE_ID_PHONE) || !isset($this->queue))
|
||||
if (!msg_queue_exists(QUEUE_ID_PHONE) || !isset($this->queue))
|
||||
{
|
||||
$this->msg_queue = msg_get_queue(QUEUE_ID_PHONE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue