diff options
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
| -rw-r--r-- | phpBB/includes/mcp/mcp_queue.php | 4 | 
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)  				{ | 
