diff --git a/app/email_queue/resources/service/email_queue.php b/app/email_queue/resources/service/email_queue.php index aa032a0d2f..976a3e3196 100644 --- a/app/email_queue/resources/service/email_queue.php +++ b/app/email_queue/resources/service/email_queue.php @@ -60,7 +60,7 @@ //check to see if the process is running if (file_exists($file)) { $pid = file_get_contents($file); - if (function_exists(posix_getsid)) { + if (function_exists('posix_getsid')) { if (posix_getsid($pid) === false) { //process is not running $exists = false;