Actions
Task #65938
closedDeprecate $TSFE->anchorPrefix
Start date:
2015-03-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The shortcut variable to for having the anchorPrefix within
$TSFE is set when a baseURL is defined and does the same
as config.prefixLocalAnchors = auto. It is solely used for
Indexed Search and only if baseURL is activated.
The patch deprecates this property and implements
the functionality directly when needed within indexed_search.
Actions