1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

[ticket/10777] Corrected typo in comment

savely was corrected to safely

PHPBB3-10777
This commit is contained in:
Rahul R
2012-04-10 21:27:09 +05:30
parent 41e03164c1
commit 779b16041c

View File

@@ -1629,7 +1629,7 @@ 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)