mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- fixing annoying queue bug
git-svn-id: file:///svn/phpbb/trunk@5194 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4740e7dece
commit
42126c23ec
1 changed files with 3 additions and 1 deletions
|
@ -239,7 +239,9 @@ class messenger
|
||||||
//
|
//
|
||||||
function save_queue()
|
function save_queue()
|
||||||
{
|
{
|
||||||
if ($config['email_package_size'] && $this->use_queue)
|
global $config;
|
||||||
|
|
||||||
|
if ($config['email_package_size'] && $this->use_queue && !empty($this->queue))
|
||||||
{
|
{
|
||||||
$this->queue->save();
|
$this->queue->save();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue