Skip to content

Commit

Permalink
Merge branch 'main' into ci/add-more-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre authored Oct 8, 2024
2 parents b741226 + 512c81a commit 8aae87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* TimeStampException

#### Functions & Properties
* CrawlerController->addQueueEntry_callBack()

### Removed

Expand Down
2 changes: 2 additions & 0 deletions Classes/Controller/CrawlerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ public function getConfigurationsForBranch(int $rootid, int $depth): array
* @param string $callBack Call back object reference, eg. 'EXT:indexed_search/class.crawler.php:&tx_indexedsearch_crawler'
* @param integer $page_id Page ID to attach it to
* @param integer $schedule Time at which to activate
*
* @deprecated since 12.0.5 will be removed in 14.x
*/
public function addQueueEntry_callBack($setId, $params, $callBack, $page_id = 0, $schedule = 0): void
{
Expand Down

0 comments on commit 8aae87c

Please sign in to comment.