1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

[ticket/9657] Notifications do not require emails or jabber anymore

PHPBB3-9657
This commit is contained in:
Joas Schilling 2013-07-11 22:44:06 -04:00
parent 003a104f93
commit 1911285b77

View File

@ -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)
{