Bug #21157 ยป 12085.diff
typo3/sysext/reports/reports/status/class.tx_reports_reports_status_configurationstatus.php (Arbeitskopie) | ||
---|---|---|
list($host, $port) = explode(':', $testServer, 2);
|
||
} else {
|
||
$host = $testServer;
|
||
$port = $defaultPort;
|
||
$port = $defaultMemcachedPort;
|
||
}
|
||
}
|
||
$memcachedConnection = @memcache_connect($host, $port);
|