mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Fixed 468772 plus other moved-topic-inherits-stuff bugs.
git-svn-id: file:///svn/phpbb/trunk@1143 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -492,6 +492,8 @@ if($total_topics)
|
|||||||
{
|
{
|
||||||
$topic_type = $lang['Topic_Moved'] . " ";
|
$topic_type = $lang['Topic_Moved'] . " ";
|
||||||
$topic_id = $topic_rowset[$i]['topic_moved_id'];
|
$topic_id = $topic_rowset[$i]['topic_moved_id'];
|
||||||
|
$newest_post_img = "";
|
||||||
|
$folder_image = "";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user