1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 20:19:13 +02:00

Merge branch 'develop-ascraeus' into develop

This commit is contained in:
Joas Schilling 2014-10-02 15:18:44 +02:00
commit b7610b444a

View File

@ -745,11 +745,11 @@ class mcp_queue
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
{
$phpbb_notifications->add_notifications('notification.type.approve_topic', $post_data);
$phpbb_notifications->add_notifications('notification.type.approve_post', $post_data);
}
}
}