Update email_queue.php
This commit is contained in:
parent
f3f27ba6a4
commit
c48e61124d
|
|
@ -171,7 +171,7 @@
|
|||
}
|
||||
|
||||
//remove the old pid file
|
||||
if (file_exists($file)) {
|
||||
if (file_exists($pid_file)) {
|
||||
unlink($pid_file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue