From c31996ea84fff5038328974b511c95d95fcd3fe7 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 26 May 2012 21:21:22 -0400 Subject: [PATCH] [ticket/10912] Default last post subject to empty lacking last post info PHPBB3-10912 --- phpBB/includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 0c5b80c609..1f45d5e8e1 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -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