Bug #18357 ยป bug_7735.diff
t3lib/class.t3lib_div.php (Arbeitskopie) | ||
---|---|---|
if (isset($report)) {
|
||
$report['lib'] = 'file/context';
|
||
}
|
||
$parsedURL = parse_url($url);
|
||
if (!preg_match('/^https?/', $parsedURL['scheme'])) {
|
||
if (isset($report)) {
|
||
$report['error'] = -1;
|