From 1dbd16039278e21c13e196399bccf3418c602d6a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 27 Jan 2013 19:05:51 -0800 Subject: suppose I should do this right. --- mod/poco.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/poco.php b/mod/poco.php index e551f95ef..86b300c61 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -46,7 +46,7 @@ function poco_init(&$a) { $channel_id = $r[0]['channel_id']; - if(! perm_is_allowed($channel_id,$observer['xchan_hash'],'view_contacts')) + if(! perm_is_allowed($channel_id,(($observer) ? $observer['xchan_hash'] : ''),'view_contacts')) http_status_exit(404); } -- cgit v1.2.3