mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/10912] Default last post subject to empty lacking last post info
PHPBB3-10912
This commit is contained in:
parent
6da58fc4bf
commit
c31996ea84
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
||||||
}
|
}
|
||||||
else
|
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
|
// Output moderator listing ... if applicable
|
||||||
|
|
Loading…
Add table
Reference in a new issue