1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

Merge remote-tracking branch 'imkingdavid/ticket/10912' into develop

* imkingdavid/ticket/10912:
  [ticket/10912] Default last post subject to empty lacking last post info
This commit is contained in:
Andreas Fischer
2012-05-29 15:31:34 +02:00

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