Fix batch action query + Fix Namespace import

This commit is contained in:
Jonny Tischbein
2018-10-14 21:14:32 +02:00
parent 5fd4402074
commit d54e56c659
3 changed files with 3 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ function dirfind_content(App $a, $prefix = "") {
$photo_menu = [];
}
$photo_menu['profile'] = [L10n::t("View Profile"), Module\Contact::magicLink($jj->url)];
$photo_menu['profile'] = [L10n::t("View Profile"), Model\Contact::magicLink($jj->url)];
$photo_menu['follow'] = [L10n::t("Connect/Follow"), $connlnk];
}