1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

Merge PR #727 branch 'rahulr92/ticket/10777' into develop

* rahulr92/ticket/10777:
  [ticket/10777] Split the comment into 2 lines
  [ticket/10777] Corrected typo in comment
This commit is contained in:
Oleg Pudeyev
2012-04-17 06:15:13 -04:00

View File

@@ -1629,7 +1629,8 @@ else
$all_marked_read = true; $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 ($all_marked_read)
{ {
if ($post_unread) if ($post_unread)