mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-02-04 11:14:40 +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:
|
||||
|
||||
return (string) nl2br(
|
||||
$value
|
||||
return nl2br(
|
||||
(string) $value
|
||||
);
|
||||
|
||||
case \Kvazar\Index\Manticore::TYPE_BIN:
|
||||
|
Loading…
x
Reference in New Issue
Block a user