mirror of https://github.com/itflow-org/itflow
Fix unlinking lock file
This commit is contained in:
parent
946f8d0b97
commit
5d74226762
|
|
@ -459,4 +459,4 @@ imap_expunge($imap);
|
|||
imap_close($imap);
|
||||
|
||||
// Remove the lock file
|
||||
//unlink($lock_file_path);
|
||||
unlink($lock_file_path);
|
||||
|
|
|
|||
Loading…
Reference in New Issue