mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Fix php error
This commit is contained in:
parent
b8bd067dc7
commit
9de6697752
11 changed files with 20 additions and 9 deletions
|
@ -118,7 +118,7 @@ class Phone extends AbstractDaemon
|
|||
|
||||
if (!$success && MSG_ENOMSG !== $error_code)
|
||||
{
|
||||
$this->logger->critical('Error reading MSG SEND Queue, error code : '.$error);
|
||||
$this->logger->critical('Error reading MSG SEND Queue, error code : '.$error_code);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue