]> git.mxchange.org Git - friendica.git/commitdiff
pub calendar - add sql perms to the query (I forgot to do this)
authorrabuzarus <>
Wed, 22 Jun 2016 13:06:14 +0000 (15:06 +0200)
committerrabuzarus <>
Wed, 22 Jun 2016 13:06:14 +0000 (15:06 +0200)
mod/cal.php

index e2c84204b4e3beb1aaa98b985d8a46e428abcaa1..b04c3aab429630ea9f5f537d646a378ee8e92bea 100644 (file)
@@ -156,7 +156,7 @@ function cal_content(&$a) {
        // get the permissions
        $sql_perms = item_permissions_sql($owner_uid,$remote_contact,$groups);
        // we only want to have the events of the profile owner
-       $sql_extra = " AND `event`.`cid` = 0 ";
+       $sql_extra = " AND `event`.`cid` = 0 " . $sql_perms;
 
        // get the tab navigation bar
        $tabs .= profile_tabs($a,false, $a->data['user']['nickname']);