Browse Source

! hide next page in message index, next to topics

emanuele 12 years ago
parent
commit
6d43fe50da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/MessageIndex.php

+ 1 - 1
Sources/MessageIndex.php

@@ -443,7 +443,7 @@ function MessageIndex()
 
 				// We can't pass start by reference.
 				$start = -1;
-				$pages .= constructPageIndex($scripturl . '?topic=' . $row['id_topic'] . '.%1$d', $start, $row['num_replies'] + 1, $context['messages_per_page'], true);
+				$pages .= constructPageIndex($scripturl . '?topic=' . $row['id_topic'] . '.%1$d', $start, $row['num_replies'] + 1, $context['messages_per_page'], true, false);
 
 				// If we can use all, show all.
 				if (!empty($modSettings['enableAllMessages']) && $row['num_replies'] + 1 < $modSettings['enableAllMessages'])