1
0
Fork 0

Restore correct highlighted contact tabs

This commit is contained in:
Hypolite Petovan 2019-12-13 15:27:16 -05:00
commit c23543f463
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@ function common_content(App $a)
$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');
}