mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
Fixed updating of user post count on deletion
git-svn-id: file:///svn/phpbb/trunk@2203 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -234,6 +234,7 @@ if ( $result = $db->sql_query($sql) )
|
||||
$post_data['last_topic'] = ( $post_info['forum_last_post_id'] == $post_id ) ? true : false;
|
||||
$post_data['has_poll'] = ( $post_info['topic_vote'] ) ? true : false;
|
||||
$post_data['topic_type'] = $post_info['topic_type'];
|
||||
$post_data['poster_id'] = $post_info['poster_id'];
|
||||
|
||||
if ( $post_data['first_post'] && $post_data['has_poll'] )
|
||||
{
|
||||
|
Reference in New Issue
Block a user