Project

General

Profile

Actions

Bug #14181

closed

error function setfixed in fe_adminLib.inc

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

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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14182: error function setfixed in fe_adminLib.incClosedMichael Stucki2004-05-26

Actions
Actions #1

Updated by Peter Niederlag over 20 years ago

bug has been reported twice, close duplicate entry. see bug#14182

Actions

Also available in: Atom PDF