Bug #82528 » BUGFIX_core_bug__forge_typo3_org_issues_82528_v11_5_39.patch
Classes/ContentObject/RestoreRegisterContentObject.php | ||
---|---|---|
public function render($conf = [])
|
||
{
|
||
$frontendController = $this->getTypoScriptFrontendController();
|
||
$sysLastChangedValue = $frontendController->register['SYS_LASTCHANGED'] ?? false;
|
||
$frontendController->register = array_pop($frontendController->registerStack) ?? [];
|
||
if(false !== $sysLastChangedValue){
|
||
$frontendController->register['SYS_LASTCHANGED'] = $sysLastChangedValue;
|
||
}
|
||
return '';
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- 3
- Next »