From c48e61124d9a27106dd4ecb111325e13d8197d83 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Apr 2022 00:19:38 -0600 Subject: [PATCH] Update email_queue.php --- app/email_queue/resources/service/email_queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/email_queue/resources/service/email_queue.php b/app/email_queue/resources/service/email_queue.php index c84165d64a..75df0d8b93 100644 --- a/app/email_queue/resources/service/email_queue.php +++ b/app/email_queue/resources/service/email_queue.php @@ -171,7 +171,7 @@ } //remove the old pid file - if (file_exists($file)) { + if (file_exists($pid_file)) { unlink($pid_file); }