]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Issue 2657: Mentions will now be recognized by clients
[friendica.git] / mod / match.php
index e8a0a660594fc7d5ae36909cd2a676247886b9ad..ea59d7ee619928ebd8b5bb93e38bb408d4ae917d 100644 (file)
@@ -93,7 +93,7 @@ function match_content(App $a)
                DI::sysmsg()->addInfo(DI::l10n()->t('No matches'));
        }
 
-       $tpl = Renderer::getMarkupTemplate('viewcontact_template.tpl');
+       $tpl = Renderer::getMarkupTemplate('contact/list.tpl');
        $o = Renderer::replaceMacros($tpl, [
                '$title'    => DI::l10n()->t('Profile Match'),
                '$contacts' => array_slice($entries, 0, $limit),