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 #1

Updated by Thorsten Kahler over 20 years ago

This bug has already been reported with ID 0000088.

Unfortunately, Ingmar didn't take the "delete"-link into account,so line 1651 ist still buggy. Please contact him to let him fix this, too.

bearbeitet am: 28.05.04 14:11

Actions #2

Updated by Michael Stucki over 20 years ago

fixed in CVS

Actions

Also available in: Atom PDF