Change-Id: I7041be89d9b91f06746bb832b63933204c3608b2
Resolves: #37822
Releases: 6.0
if (isset($this->urlReports[$url])) {
if (!$this->urlReports[$url]) {
- if(is_array($this->urlErrorParams[$url])) {
+ if (is_array($this->urlErrorParams[$url])) {
$this->setErrorParams($this->urlErrorParams[$url]);
}
}
if (count($rootLine) > 0) {
$protocol = t3lib_div::getIndpEnv('TYPO3_SSL') ? 'https://' : 'http://';
$domainRecord = t3lib_BEfunc::firstDomainRecord($rootLine);
- if(!empty($domainRecord)) {
+ if (!empty($domainRecord)) {
$domain = $protocol . $domainRecord;
}
}
}
}
- if(!$response) {
+ if (!$response) {
$this->setErrorParams();
}