mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
03a53c3720
commit
1d0ade7168
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue