Project

General

Profile

Actions

Bug #14182

closed

error function setfixed in fe_adminLib.inc

Added by old_Patrick over 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
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 #M119)


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #14181: error function setfixed in fe_adminLib.incClosed2004-05-26

Actions
Actions

Also available in: Atom PDF