diff --git a/Classes/Controller/LatestController.php b/Classes/Controller/LatestController.php
index 03a95c53677612da5ebaddb994503578430eeb81..d08977f29f5e6a5141837fd18deb49709e38a8b9 100644
--- a/Classes/Controller/LatestController.php
+++ b/Classes/Controller/LatestController.php
@@ -100,7 +100,7 @@ class LatestController extends AbstractController {
 
 		// Redo this function, until $newsMetaData gets the $limit. Needed because of languagevisibility.
 		if (count($newsMetaData) < $limit) {
-			$offset += $limit - 1;
+			$offset += $limit;
 			$maxCount = $this->newsRepository->getCountOfLastUpdatedOrHighlightedNewsByCategories(
 				FALSE, $categoryUids, TRUE, $this->settings['sortBy'], $tagUids, $startTime, $endTime
 			);