Skip to content
Snippets Groups Projects
Commit debef965 authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[TASK] Use consistent checks for USER_INT logic

A few places in TYPO3 Core do manual checks if there
are non-cacheables on a page, which could be simplified
by just using the $TSFE->isINTincScript() method.

In addition, a safer check for a NON-empty INTincScript
value is used, instead of just a typecheck of array.

Resolves: #89652
Releases: master
Change-Id: I24b2b55b3705927720e36181926cf6e752bf0f66
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62303


Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent ec4a5628
Branches
Tags
No related merge requests found
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