]> git.mxchange.org Git - friendica.git/blobdiff - mod/common.php
Restore correct highlighted contact tabs
[friendica.git] / mod / common.php
index 9d441f18a7c5aaa81d343ca08a14260df5d06c34..4f033de14e8a5e8a7d5a1dedd7cb5c5594f4cf5b 100644 (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');
        }