]> git.mxchange.org Git - friendica.git/blobdiff - mod/cal.php
Fix commenting on public posts
[friendica.git] / mod / cal.php
index 20488842a4ece4ed01fabaa650948aea4141b7d0..ac12d69b914c8e122bc50d1ba3eb2b750983ffab 100644 (file)
@@ -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') {