diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-04-17 06:15:13 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-04-17 06:16:17 -0400 |
commit | 6564180a150afc790f82d3e09c53528b6884d1a9 (patch) | |
tree | be1b6336e224b1b49ffcb0c40fffe7da6139061b /phpBB | |
parent | de7a166a5990a3b59ffff145f7acb7b9e1dcb3c5 (diff) | |
parent | f8a5a16d0b8ed23653e1ce261c569fafe0bd6365 (diff) | |
download | forums-6564180a150afc790f82d3e09c53528b6884d1a9.tar forums-6564180a150afc790f82d3e09c53528b6884d1a9.tar.gz forums-6564180a150afc790f82d3e09c53528b6884d1a9.tar.bz2 forums-6564180a150afc790f82d3e09c53528b6884d1a9.tar.xz forums-6564180a150afc790f82d3e09c53528b6884d1a9.zip |
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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/viewtopic.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index a43edee5da..1f167ed722 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1629,7 +1629,8 @@ else $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) |