Update email_queue.php

This commit is contained in:
FusionPBX 2022-04-24 00:19:38 -06:00 committed by GitHub
parent f3f27ba6a4
commit c48e61124d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
}
//remove the old pid file
if (file_exists($file)) {
if (file_exists($pid_file)) {
unlink($pid_file);
}