mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Forum last post information is now correctly updated when a topic/post is disapproved due to editing. #24475
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9014 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2106,7 +2106,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||
// we need to update the last forum information
|
||||
// only applicable if the topic is not global and it is approved
|
||||
// we also check to make sure we are not dealing with globaling the latest topic (pretty rare but still needs to be checked)
|
||||
if ($topic_type != POST_GLOBAL && !$make_global && ($post_approved || !$data['post_approved']))
|
||||
if ($topic_type != POST_GLOBAL && !$make_global && ($post_approved != $data['post_approved']))
|
||||
{
|
||||
// the last post makes us update the forum table. This can happen if...
|
||||
// We make a new topic
|
||||
|
Reference in New Issue
Block a user