remove deprecated app parameter from conversation()

This commit is contained in:
zotlabs
2017-06-20 15:53:01 -07:00
parent 07a8151ae6
commit 31e0812711
8 changed files with 10 additions and 11 deletions

View File

@@ -225,7 +225,7 @@ class Search extends \Zotlabs\Web\Controller {
else
$o .= '<h2>' . sprintf( t('Search results for: %s'),htmlspecialchars($search, ENT_COMPAT,'UTF-8')) . '</h2>';
$o .= conversation($a,$items,'search',$update,'client');
$o .= conversation($items,'search',$update,'client');
$o .= '</div>';