mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02: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:
@@ -480,7 +480,7 @@ if( $total_topics )
|
||||
$topic_id = $topic_rowset[$i]['topic_moved_id'];
|
||||
|
||||
$folder_image = $images['folder'];
|
||||
$folder_alt = $lang['Topic_Moved'];
|
||||
$folder_alt = $lang['Topics_Moved'];
|
||||
$newest_post_img = '';
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user