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)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.1
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Actions