Actions
Bug #24370
closedGenerating preview link not working since Update to 4.4.5
Start date:
2010-12-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since our update to Version 4.4.5 (which is currently not chooseable in the bugtracker) generating preview-links is not working.
The Problem is caused by the call of t3lib_BEfunc::getViewDomain() instead of t3lib_div::getIndpEnv('TYPO3_SITE_URL'). The API says:
Returns:
string the full domain including the protocol http:// or https://, but without the trailing '/'
This trailing '/' is missing in the preview-link. I attached a patch.
How to test
Choose modul "Versioning" and click the button "Preivew-Link". Click on the generated link.
(issue imported from #M16786)
Files
Actions