mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/10912] Default last post subject to empty lacking last post info
PHPBB3-10912
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user