From 100043da38af9e1f01a3943e5bc996ab5311894a Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 15 Oct 2013 15:51:20 -0700 Subject: oauth wasn't logging in properly, also fixed api status_show to return last public post, not the last private post --- mod/item.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 1bdd951cd..08076bdf6 100644 --- a/mod/item.php +++ b/mod/item.php @@ -161,7 +161,6 @@ function item_post(&$a) { $observer = $a->get_observer(); - if($parent) { logger('mod_item: item_post parent=' . $parent); $can_comment = false; -- cgit v1.2.3