Actions
Bug #52128
closedFluid ViewHelper f:link.page fails at home link.
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-09-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi!
After update to version 6.1.5 the "Home"-link will not be rendered.
The problem is that in the file
typo3/sysext/fluid/Classes/ViewHelpers/Link/PageViewHelper.php
the $uri
-result is checked:
if (strlen($uri))
When using RealURL this will always be empty for the homepage and no link is generated.
Actions