diff --git a/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php b/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php index e9fa993eb3823dd5b08420f44137b69734aafcab..76efa360460d554236aa63544de1d5d893b2e4a6 100644 --- a/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php +++ b/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php @@ -468,7 +468,7 @@ class TimeTracker implements SingletonInterface $v ); } else { - $this->tsStackLog[$v]['content'] = $this->fixCLen($this->tsStackLog[$v]['content'], $this->tsStackLog[$v]['value']); + $this->tsStackLog[$v]['content'] = $this->fixCLen(($this->tsStackLog[$v]['content'] ?? ''), $this->tsStackLog[$v]['value']); $this->tsStackLog[$v]['subtime'] = ''; $this->tsStackLog[$v]['owntime'] = $this->tsStackLog[$v]['deltatime']; }