mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +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:
@@ -314,7 +314,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
|||||||
}
|
}
|
||||||
else
|
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
|
// Output moderator listing ... if applicable
|
||||||
|
Reference in New Issue
Block a user