From 188ffa067200dc2fdfea09c8829c1c4ac4ebe36c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 4 Feb 2019 11:23:57 +0100 Subject: [PATCH] Update searchSimilar function once more --- Blacklight/Releases.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/Releases.php b/Blacklight/Releases.php index dea81c127..c3ace432d 100755 --- a/Blacklight/Releases.php +++ b/Blacklight/Releases.php @@ -1245,7 +1245,7 @@ class Releases $catRow = Category::find($currRow['categories_id']); $parentCat = $catRow['parentid']; - $results = $this->search(getSimilarName($name), -1, -1, -1, -1, '', '', -1, -1, 0, '', '', -1, $excludedCats, [$parentCat]); + $results = $this->search(getSimilarName($name), -1, -1, -1, -1, '', '', -1, -1, 0, config('nntmux.items_per_page'), '', -1, $excludedCats, [$parentCat]); if (! $results) { return $results; }