X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcal.php;h=ac12d69b914c8e122bc50d1ba3eb2b750983ffab;hb=9191daf12f6773b190257db866821cc6ee89368a;hp=20488842a4ece4ed01fabaa650948aea4141b7d0;hpb=0c0abd923822994d808273ed60c149d34b49a76f;p=friendica.git diff --git a/mod/cal.php b/mod/cal.php index 20488842a4..ac12d69b91 100644 --- a/mod/cal.php +++ b/mod/cal.php @@ -127,7 +127,7 @@ function cal_content(App $a) $sql_extra = " AND `event`.`cid` = 0 " . $sql_perms; // get the tab navigation bar - $tabs = BaseProfile::getTabsHTML($a, 'cal', false, $owner); + $tabs = BaseProfile::getTabsHTML($a, 'cal', false, $owner['nickname'], $owner['hide-friends']); // The view mode part is similiar to /mod/events.php if ($mode == 'view') {