Remove unused parameter from apiSearch function

This commit is contained in:
DariusIII
2018-08-07 12:37:27 +02:00
parent a59c2ae10e
commit 6c6ebf53e2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ class Releases
*
* @return array
*/
public function apiSearch($searchName, $groupName, $offset = 0, $limit = 1000, $maxAge = -1, array $excludedCats = [], array $cat = [-1], $minSize = 0, array $excludedCategories = []): array
public function apiSearch($searchName, $groupName, $offset = 0, $limit = 1000, $maxAge = -1, array $excludedCats = [], array $cat = [-1], $minSize = 0): array
{
$searchOptions = [];
if ($searchName !== -1) {
+1
View File
@@ -1,4 +1,5 @@
2018-08-07 DariusIII
* Chg: Remove unused parameter from apiSearch function
* Fix: Fix some more API related issues
* Chg: User can change only role allowed permissions (direct versus role based permissions)
* Fix: Fix category exclusions for RSS feeds