Merge pull request #3884 from Nicofuma/ticket/14143

[ticket/14143] Flush the mail queue when writing it
This commit is contained in:
Marc Alexander 2015-09-07 12:15:24 +02:00
commit 9537ec56eb

View file

@ -902,6 +902,8 @@ class queue
fclose($fp);
phpbb_chmod($this->cache_file, CHMOD_READ | CHMOD_WRITE);
$this->data = array();
}
$lock->release();