Bug #23514 ยป parse_url.patch
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
$parts[1]=substr($textpieces[$i],$len);
|
||
$keep=$conf['keep'];
|
||
$linkParts=parse_url('http://'.$parts[0]);
|
||
if (!empty($parts[0])) {
|
||
$linkParts=parse_url('http://'.$parts[0]);
|
||
}
|
||
$linktxt='';
|
||
if (strstr($keep,'scheme')) {
|
||
$linktxt='http://';
|