1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14143] Flush the mail queue when writing it

PHPBB3-14143
This commit is contained in:
Tristan Darricau
2015-09-05 17:53:29 +02:00
parent 8cab2374f9
commit 0e93efd7cb

View File

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