mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02: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
@ -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…
x
Reference in New Issue
Block a user