mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 12:35:06 +01:00
git-svn-id: file:///svn/phpbb/trunk@6382 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b7dab9cdab
commit
587ec3fa77
@ -652,7 +652,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold
|
|||||||
$folder = 'topic_read';
|
$folder = 'topic_read';
|
||||||
$folder_new = 'topic_unread';
|
$folder_new = 'topic_unread';
|
||||||
|
|
||||||
if ($config['hot_threshold'] && $replies >= $config['hot_threshold'])
|
if ($config['hot_threshold'] && $replies >= $config['hot_threshold'] && $topic_row['topic_status'] != ITEM_LOCKED)
|
||||||
{
|
{
|
||||||
$folder .= '_hot';
|
$folder .= '_hot';
|
||||||
$folder_new .= '_hot';
|
$folder_new .= '_hot';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user