From 9c6c5fead06d7edae300c919cce9526c8d2b6634 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Apr 2022 00:18:36 -0600 Subject: [PATCH] Update fax_queue.php --- app/fax_queue/resources/service/fax_queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax_queue/resources/service/fax_queue.php b/app/fax_queue/resources/service/fax_queue.php index 552645d7e8..2b4d152777 100644 --- a/app/fax_queue/resources/service/fax_queue.php +++ b/app/fax_queue/resources/service/fax_queue.php @@ -204,7 +204,7 @@ } //remove the old pid file - if (file_exists($file)) { + if (file_exists($pid_file)) { unlink($pid_file); }