Actions
Bug #15229
closedTypolink with sectionmark and RealURL-Pathes
Start date:
2005-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a sectionmark is set in a typolink to his own page, the functions unsets the path. This occures an error in connection with an BaseUrl-Tag.
Workaround: The function should check if baseUrl is set and break dropping the URL.
Add a condition to:
/typo3/sysext/cms/tslib/class.tslib_content.php (Rev. 1.85) line: 5123
that check if baseUrl-String is empty.
(issue imported from #M1911)
Updated by René Wagner almost 19 years ago
Workaround:
| config.prefixLocalAnchors = all
sets the unsetted path again.
Not as nice, makes the work twice. ;-)
Report can be closed.
Updated by Sebastian Kurfuerst almost 19 years ago
set status to resolved as wished.
Actions