diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-06-09 00:51:01 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-06-09 00:51:01 +0200 |
commit | e8174f3d661f4d49feb34facf6ab9a2584aee9c9 (patch) | |
tree | db0383548d6bafc0ebd076d26774012e61e32319 /phpBB/includes/mcp/mcp_queue.php | |
parent | b667923bccfc84c4aeb799e16e6abbf0859e481c (diff) | |
download | forums-e8174f3d661f4d49feb34facf6ab9a2584aee9c9.tar forums-e8174f3d661f4d49feb34facf6ab9a2584aee9c9.tar.gz forums-e8174f3d661f4d49feb34facf6ab9a2584aee9c9.tar.bz2 forums-e8174f3d661f4d49feb34facf6ab9a2584aee9c9.tar.xz forums-e8174f3d661f4d49feb34facf6ab9a2584aee9c9.zip |
[ticket/12675] Fix code sniffer complaints introduced by recent commits
PHPBB3-12675
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php index 5dd39dbf0f..e2ca3a8752 100644 --- a/phpBB/includes/mcp/mcp_queue.php +++ b/phpBB/includes/mcp/mcp_queue.php @@ -655,7 +655,7 @@ class mcp_queue if (!$post_data['topic_posts_approved']) { $phpbb_notifications->delete_notifications('topic_in_queue', $post_data['topic_id']); - + if ($post_data['post_visibility'] == ITEM_UNAPPROVED) { $phpbb_notifications->add_notifications(array('topic'), $post_data); |