fix string filter

This commit is contained in:
ghost 2024-02-14 19:53:03 +02:00
parent 335f4e8fcd
commit 2425fb494f

View File

@ -92,8 +92,8 @@ class AppExtension extends AbstractExtension
case \Kvazar\Index\Manticore::TYPE_STRING: case \Kvazar\Index\Manticore::TYPE_STRING:
return (string) nl2br( return nl2br(
$value (string) $value
); );
case \Kvazar\Index\Manticore::TYPE_BIN: case \Kvazar\Index\Manticore::TYPE_BIN: