Update searchSimilar function once more

This commit is contained in:
DariusIII
2019-02-04 11:23:57 +01:00
parent cb8f896227
commit 188ffa0672
+1 -1
View File
@@ -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;
}