Skip to content

Commit

Permalink
Merge PR phpbb#727 branch 'rahulr92/ticket/10777' into develop
Browse files Browse the repository at this point in the history
* rahulr92/ticket/10777:
  [ticket/10777] Split the comment into 2 lines
  [ticket/10777] Corrected typo in comment
  • Loading branch information
p committed Apr 17, 2012
2 parents de7a166 + f8a5a16 commit 6564180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpBB/viewtopic.php
Expand Up @@ -1629,7 +1629,8 @@
$all_marked_read = true;
}

// If there are absolutely no more unread posts in this forum and unread posts shown, we can savely show the #unread link
// If there are absolutely no more unread posts in this forum
// and unread posts shown, we can safely show the #unread link
if ($all_marked_read)
{
if ($post_unread)
Expand Down

0 comments on commit 6564180

Please sign in to comment.