Actions
Bug #17485
closedCrawler/Index Config: hook in crawler_init gets no configuration data
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2007-07-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The hook is called like that:
$hookObj->initMessage($message)
Unfortunately $message is not set and makes no sense. What should be passed on is the current configuration record and the crawler object:
$hookObj->initMessage($cfgRec,$this)
(issue imported from #M5995)
Actions