mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
[ticket/9657] Notifications do not require emails or jabber anymore
PHPBB3-9657
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user