mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
- fixing annoying queue bug
git-svn-id: file:///svn/phpbb/trunk@5194 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -239,7 +239,9 @@ class messenger
|
||||
//
|
||||
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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user