Actions
Bug #14181
closederror function setfixed in fe_adminLib.inc
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2004-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
function setfixed in fe_adminLib.inc creates wrong url's on line 1651 and 1663 because the url-string is run through the function htmlspecialchars. This is not neccesary. The string doesn't have to be converted by this function. It now creates url's where the ampersands are converted to &
Line 1651 has to be $markerArray['###SYS_SETFIXED_DELETE###'] = $string;
Line 1663 has to be $markerArray['###SYS_SETFIXED_'.$theKey.'###'] = $string;
This bug is generated when sending confirmation e-mail from Direct Mail subscription.
(issue imported from #M118)
Updated by Peter Niederlag over 20 years ago
bug has been reported twice, close duplicate entry. see bug#14182
Actions