From fd2379530cd879861c3abab747bddffd3b3e3fdf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 20 Sep 2013 20:15:53 -0700 Subject: hopefully(?) the final word on remote comment permissions --- mod/item.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 2ebb02869..813bcf283 100644 --- a/mod/item.php +++ b/mod/item.php @@ -135,6 +135,9 @@ function item_post(&$a) { goaway($a->get_baseurl() . "/" . $return_path ); killme(); } + + // can_comment_on_post() needs info from the following xchan_query + xchan_query($r); $parent_item = $r[0]; $parent = $r[0]['id']; -- cgit v1.2.3