aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-07 12:16:12 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-07 12:16:12 +0200
commit3ddee852fa0c1dd1518681679f52a4f9b427a9da (patch)
treef08fa6006a1e8ac0ca68b54bac0031d5f3791d3d /phpBB/includes/functions_messenger.php
parentc2a510845228ba7b76d3d4473ee4fd04dcb54780 (diff)
parent9537ec56eb4c37cd4aec905c0db35d4b46e73ac6 (diff)
downloadforums-3ddee852fa0c1dd1518681679f52a4f9b427a9da.tar
forums-3ddee852fa0c1dd1518681679f52a4f9b427a9da.tar.gz
forums-3ddee852fa0c1dd1518681679f52a4f9b427a9da.tar.bz2
forums-3ddee852fa0c1dd1518681679f52a4f9b427a9da.tar.xz
forums-3ddee852fa0c1dd1518681679f52a4f9b427a9da.zip
Merge branch '3.1.x'
Conflicts: phpBB/includes/functions_messenger.php
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r--phpBB/includes/functions_messenger.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php
index 6abfb40b01..810f2c0584 100644
--- a/phpBB/includes/functions_messenger.php
+++ b/phpBB/includes/functions_messenger.php
@@ -931,6 +931,8 @@ class queue
{
// Do nothing
}
+
+ $this->data = array();
}
$lock->release();