Project

General

Profile

Actions

Bug #14871

closed

Bug in cObj->typoLink_URL

Added by Thomas Lorenzen over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2005-07-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Using the following php-code:

$link_conf = array(
"parameter" => "",
);

This code does NOT render email correctly:

echo '<a href="'.$this->cObj->typoLink_URL($link_conf).'">foo(@)bar.com</a>';

While this works perfectly:

echo $this->cObj->typoLink("foo(@)bar.com",$link_conf);

(issue imported from #M1295)

Actions #1

Updated by Mathias Schreiber over 18 years ago

TYPO3 Version too old.
The reported version is no longer maintained.

If this bug still persists in 4.0.1, please re-open it again and set the field "Product Version" to the corresponding version.

Actions

Also available in: Atom PDF