mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-04 17:18:52 +00:00
Fixed bug #154
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2563 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3e85b696f2
commit
88214ed58d
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ if( $total_topics )
|
||||||
$topic_id = $topic_rowset[$i]['topic_moved_id'];
|
$topic_id = $topic_rowset[$i]['topic_moved_id'];
|
||||||
|
|
||||||
$folder_image = $images['folder'];
|
$folder_image = $images['folder'];
|
||||||
$folder_alt = $lang['Topic_Moved'];
|
$folder_alt = $lang['Topics_Moved'];
|
||||||
$newest_post_img = '';
|
$newest_post_img = '';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue