$title = '';
$tab_str = '';
if ($cmd === 'loc' && $cid && local_user() == $uid) {
- $tab_str = Module\Contact::getTabsHTML($a, $contact, 4);
+ $tab_str = Module\Contact::getTabsHTML($a, $contact, 5);
} else {
$title = L10n::t('Common Friends');
}
$update_profile = in_array($contact['network'], Protocol::FEDERATED);
- $tab_str = Module\Contact::getTabsHTML($a, $contact, 5);
+ $tab_str = Module\Contact::getTabsHTML($a, $contact, 6);
$tpl = Renderer::getMarkupTemplate('crepair.tpl');
$o = Renderer::replaceMacros($tpl, [