From 44dc4ae2ce60baf9f6d059c7a8355bf95d2390af Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 9 Jan 2019 18:30:09 +0100 Subject: [PATCH] Fixed incorrect post count on posting page. --- public/forum/posting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/forum/posting.php b/public/forum/posting.php index d3a46ce1..01b34355 100644 --- a/public/forum/posting.php +++ b/public/forum/posting.php @@ -230,6 +230,7 @@ $getDisplayInfo = db_prepare(' SELECT COUNT(`post_id`) FROM `msz_forum_posts` WHERE `user_id` = u.`user_id` + AND `post_deleted` IS NULL ) AS `user_forum_posts` FROM `msz_users` as u WHERE `user_id` = :user_id