diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-10-06 19:56:52 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-06 19:56:52 +0200 |
commit | 25804eb8e8b17196116e233b2c8ad3b444cfb5ae (patch) | |
tree | b2a6a333f645f8c537870eb2cafba779ea298633 /phpBB/includes/content_visibility.php | |
parent | 44005f338e227c10a21270456d181d56749d3f29 (diff) | |
download | forums-25804eb8e8b17196116e233b2c8ad3b444cfb5ae.tar forums-25804eb8e8b17196116e233b2c8ad3b444cfb5ae.tar.gz forums-25804eb8e8b17196116e233b2c8ad3b444cfb5ae.tar.bz2 forums-25804eb8e8b17196116e233b2c8ad3b444cfb5ae.tar.xz forums-25804eb8e8b17196116e233b2c8ad3b444cfb5ae.zip |
[feature/soft-delete] Add test case for (soft)deleting the only post + fix
PHPBB3-9567
Diffstat (limited to 'phpBB/includes/content_visibility.php')
-rw-r--r-- | phpBB/includes/content_visibility.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/content_visibility.php b/phpBB/includes/content_visibility.php index 54c580cd40..0d08cb83b6 100644 --- a/phpBB/includes/content_visibility.php +++ b/phpBB/includes/content_visibility.php @@ -416,7 +416,7 @@ class phpbb_content_visibility $forum_id_list[$post_data['forum_id']] = 1; } - // User post update (we do not care about topic or post, since user posts are strictly connected to posts) + // User post update (we do not care about topic or post, since user topics are strictly connected to posts) // But we care about forums where post counts get not increased. ;) if ($post_data['post_postcount']) { |