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:
parent
003a104f93
commit
1911285b77
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user