mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixed bug #482127 ... part 2, fixes post_subject too
git-svn-id: file:///svn/phpbb/trunk@1349 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -851,6 +851,10 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
|
||||
|
||||
$message = preg_replace($orig_word, $replacement_word, $message);
|
||||
}
|
||||
else
|
||||
{
|
||||
$post_subject = ( $searchset[$i]['post_subject'] != "" ) ? $searchset[$i]['post_subject'] : $topic_title;
|
||||
}
|
||||
|
||||
if($board_config['allow_smilies'] && $searchset[$i]['enable_smilies'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user