aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-11 22:44:06 -0400
committerJoas Schilling <nickvergessen@gmx.de>2013-07-11 22:44:06 -0400
commit1911285b77fa791ca202f810e4ba40c822aa5ae9 (patch)
tree84f6b4b62c9644099aad58826640ec6afe32c0c7 /phpBB/includes/mcp/mcp_queue.php
parent003a104f931201704998f5c00c5cf982896b470b (diff)
downloadforums-1911285b77fa791ca202f810e4ba40c822aa5ae9.tar
forums-1911285b77fa791ca202f810e4ba40c822aa5ae9.tar.gz
forums-1911285b77fa791ca202f810e4ba40c822aa5ae9.tar.bz2
forums-1911285b77fa791ca202f810e4ba40c822aa5ae9.tar.xz
forums-1911285b77fa791ca202f810e4ba40c822aa5ae9.zip
[ticket/9657] Notifications do not require emails or jabber anymore
PHPBB3-9657
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r--phpBB/includes/mcp/mcp_queue.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php
index ac3391c294..8a9390212f 100644
--- a/phpBB/includes/mcp/mcp_queue.php
+++ b/phpBB/includes/mcp/mcp_queue.php
@@ -692,7 +692,7 @@ class mcp_queue
{
$show_notify = false;
- if ($action == 'approve' && ($config['email_enable'] || $config['jab_enable']))
+ if ($action == 'approve')
{
foreach ($post_info as $post_data)
{
@@ -840,7 +840,7 @@ class mcp_queue
{
$show_notify = false;
- if ($action == 'approve' && ($config['email_enable'] || $config['jab_enable']))
+ if ($action == 'approve')
{
foreach ($topic_info as $topic_data)
{