Update email_queue.php

This commit is contained in:
FusionPBX
2022-04-24 00:19:57 -06:00
committed by GitHub
parent c48e61124d
commit e5a49f4d43

View File

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