mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Error if no post in a forum
git-svn-id: file:///svn/phpbb/trunk@6336 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
239bd5e37c
commit
d64e44b878
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
|||
}
|
||||
else
|
||||
{
|
||||
$last_post_time = $last_poster = $last_poster_url = $last_post_url = '';
|
||||
$last_post_time = $last_poster = $last_poster_colour = $last_poster_url = $last_post_url = '';
|
||||
}
|
||||
|
||||
// Output moderator listing ... if applicable
|
||||
|
|
Loading…
Add table
Reference in a new issue