Skip to content
Snippets Groups Projects
Commit e9d2445a authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[BUGFIX] Deal with nullable pages['keywords'] field in IS

The BE may crash when adding a 'keyword' to a page record
using the indexed_search BE module: Field 'keywords' of
table 'pages' may be null, the call to GU::trimExplode()
has to be sanitized for this case since #101453.

Resolves: #103542
Related: #101453
Related: #103541
Releases: main
Change-Id: If8bdabd629f35a131b19de1bdd3ac5057c1d4c61
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83676


Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
parent 8bc863e4
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