Further update to getCategorySearch

This commit is contained in:
DariusIII
2024-10-13 12:14:11 +02:00
parent 0af2a49aa8
commit e70dbc831e
9 changed files with 39 additions and 33 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class RSS extends ApiController
$userID
);
} elseif ((int) $cat[0] !== -1) {
$catSearch = Category::getCategorySearch($cat);
$catSearch = Category::getCategorySearch($cat, true);
}
}
$sql =