Runtime Response should check body is actually populated before using HTML flow
Line 89 - if $body
is e.g. null
we end up treating it as HTML (which requires a string
for html()
) because strip_tags()
would end up returning ""
.
Line 89 - if $body
is e.g. null
we end up treating it as HTML (which requires a string
for html()
) because strip_tags()
would end up returning ""
.