diff options
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 62c5adeb68..402c440ab2 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -512,7 +512,7 @@ if( $total_topics ) } } - $newest_post_img = "" + $newest_post_img = ""; if( $userdata['session_logged_in'] ) { if( isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . "_t_$topic_id"]) || |