Browse Source

! Typo

Signed-off-by: John Rayes <[email protected]>
John Rayes 10 years ago
parent
commit
8e113d6113
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Subs-Boards.php

+ 1 - 1
Sources/Subs-Boards.php

@@ -175,7 +175,7 @@ function MarkRead()
 	}
 	elseif (isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'unreadreplies')
 	{
-		// Make sure all the boards are integers!
+		// Make sure all the topics are integers!
 		$topics = array_map('intval', explode('-', $_REQUEST['topics']));
 
 		$smcFunc['db_query']('', '