[BUGFIX] Do not cast pid to int in AddRecord
Since the pid, evaluated in AddRecord, might be a marker such as '###PAGE_TSCONFIG_ID###', the variable must not be cast to int. Resolves: #97128 Related: #95001 Releases: main, 11.5 Change-Id: Ia400dabfebffd36d46701a27836572ca749d2c6b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73837 Reviewed-by:Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Bartsch <bo@cedev.de>
Please register or sign in to comment