Skip to content
Snippets Groups Projects
Commit 76dfa5e4 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[TASK] Adapt the function visibility from a repositiory function

parent 717d6315
No related branches found
No related tags found
1 merge request!1Task apply language visibility to the news
...@@ -195,7 +195,7 @@ class NewsRepository extends AbstractRepository { ...@@ -195,7 +195,7 @@ class NewsRepository extends AbstractRepository {
* @return QueryInterface * @return QueryInterface
* @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException * @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException
*/ */
public function getQueryForLastUpdatedOrHighlightedNewsByCategories( protected function getQueryForLastUpdatedOrHighlightedNewsByCategories(
$limit = 1, $onlyHighlighted = FALSE, array $categoryIds = NULL, $limit = 1, $onlyHighlighted = FALSE, array $categoryIds = NULL,
$offset = 0, $hideNeverHighlightedNews = FALSE, $sortBy = 'date', array $tagIds = NULL $offset = 0, $hideNeverHighlightedNews = FALSE, $sortBy = 'date', array $tagIds = NULL
) { ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment