Skip to content
Snippets Groups Projects
Commit 25871186 authored by stiffes's avatar stiffes Committed by Benni Mack
Browse files

[BUGFIX] Handle null values correctly to avoid PHP errors

The new RteHtmlParser->transformTextForPersistence() method
expects a string value. Before this patch the given value
was simply passed without checking its type or casting it.

However, if "null" is handed in (by e.g. a translated record which
expects null), null is now kept.

Resolves: #91749
Releases: master, 10.4
Change-Id: I9db872ca73dcf2bbfc2ac2d0b67d45ca3ffd4c5e
parent 07331b4b
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