[ticket/10912] Default last post subject to empty lacking last post info

PHPBB3-10912
This commit is contained in:
David King 2012-05-26 21:21:22 -04:00
parent 6da58fc4bf
commit c31996ea84

View file

@ -403,7 +403,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
}
else
{
$last_post_subject = $last_post_time = $last_post_url = '';
$last_post_subject = $last_post_time = $last_post_url = $last_post_subject_truncated = '';
}
// Output moderator listing ... if applicable