"Contact\User" class created

This commit is contained in:
Michael 2020-08-04 04:47:02 +00:00
parent afa9adda6e
commit a7d75702cc
9 changed files with 330 additions and 299 deletions

View file

@ -117,7 +117,7 @@ function vier_community_info()
// comunity_profiles
if ($show_profiles) {
$contacts = Contact::getSuggestions(local_user(), 0, 9);
$contacts = Contact\Relation::getSuggestions(local_user(), 0, 9);
$tpl = Renderer::getMarkupTemplate('ch_directory_item.tpl');
if (DBA::isResult($contacts)) {