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:
friendica 2013-01-27 19:02:03 -08:00
parent 096ff372ee
commit a627cdcf7d

View File

@ -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);
}