mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/13116] Interchange post and topic approval notification
PHPBB3-13116
This commit is contained in:
parent
6f093ade8a
commit
e132cdd325
1 changed files with 2 additions and 2 deletions
|
@ -745,11 +745,11 @@ class mcp_queue
|
||||||
|
|
||||||
if (!$post_data['topic_posts_approved'])
|
if (!$post_data['topic_posts_approved'])
|
||||||
{
|
{
|
||||||
$phpbb_notifications->add_notifications('notification.type.approve_post', $post_data);
|
$phpbb_notifications->add_notifications('notification.type.approve_topic', $post_data);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$phpbb_notifications->add_notifications('notification.type.approve_topic', $post_data);
|
$phpbb_notifications->add_notifications('notification.type.approve_post', $post_data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue