Project

General

Profile

Bug #23514 ยป parse_url.patch

Administrator Admin, 2010-09-07 17:48

View differences:

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://';
    (1-1/1)