mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix bug separators
This commit is contained in:
@@ -645,7 +645,7 @@ class searchEngine_adapter_phrasea_engine extends searchEngine_adapter_abstract
|
||||
{
|
||||
$val[] = str_replace(array('[[em]]', '[[/em]]'), array('<em>', '</em>'), (string) $value);
|
||||
}
|
||||
$val = implode(' '.$field['separator'].' ', $val);
|
||||
$val = implode(' '.$field['separator'][0].' ', $val);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user