still no social graph - oh maybe it's because the observer hash isn't valid and everybody's permission is denied. Well it's just another bug, but not the real bug. We're connecting as anonymous so that shouldn't make a difference.
This commit is contained in:
parent
096ff372ee
commit
a627cdcf7d
@ -46,7 +46,7 @@ function poco_init(&$a) {
|
||||
|
||||
$channel_id = $r[0]['channel_id'];
|
||||
|
||||
if(! perm_is_allowed($channel_id,$observer,'view_contacts'))
|
||||
if(! perm_is_allowed($channel_id,$observer['xchan_hash'],'view_contacts'))
|
||||
http_status_exit(404);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user