This commit is contained in:
Mario Vavti 2019-07-03 22:13:14 +02:00
parent 001734a725
commit 87668f7fa8

View File

@ -394,7 +394,7 @@ class Dirsearch extends \Zotlabs\Web\Controller {
$quoted_string = false;
}
else
$curr['value'] .= ' ' . trim(q);
$curr['value'] .= ' ' . trim($q);
}
}
}