diff --git a/cron_ticket_email_parser.php b/cron_ticket_email_parser.php index c1955a04..43d9b3b0 100644 --- a/cron_ticket_email_parser.php +++ b/cron_ticket_email_parser.php @@ -459,4 +459,4 @@ imap_expunge($imap); imap_close($imap); // Remove the lock file -//unlink($lock_file_path); +unlink($lock_file_path);