mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-02-04 19:24:45 +00:00
fix string filter
This commit is contained in:
parent
335f4e8fcd
commit
2425fb494f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user