Skip to content
Snippets Groups Projects
Commit 75238554 authored by Albrecht Köhnlein's avatar Albrecht Köhnlein Committed by Nikita Hovratov
Browse files

[BUGFIX] Avoid PHP 8 warnings when processing the INTinclude-scripts

Avoid PHP warnings when calling the method to process INTinclude
scripts when jsInline or jsFooterInline was set.

Previously, the jsInline and jsFooterInline was called after
$TSFE->INTincScript_loadJScode(), where TSFE considered
there were no *_INT objects, however, they were processed
later-on, thus no "divKey" was set and a PHP warning
was set.

Change-Id: Ie639d58a2efce10177a41042080534ce26a1a291
Resolves: #100216
Releases: main, 11.5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78065


Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarAlbrecht Köhnlein <ak@koehnlein.eu>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAlbrecht Köhnlein <ak@koehnlein.eu>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
parent 5a1e80cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment