diff options
author | friendica <info@friendica.com> | 2013-10-15 15:51:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-15 15:51:20 -0700 |
commit | 100043da38af9e1f01a3943e5bc996ab5311894a (patch) | |
tree | 944d58f39eb9aae3524aaa90426b40d9b7bc8082 /mod/item.php | |
parent | 66f427db5ea1c27f247ed329521695bc34a8fdd6 (diff) | |
download | volse-hubzilla-100043da38af9e1f01a3943e5bc996ab5311894a.tar.gz volse-hubzilla-100043da38af9e1f01a3943e5bc996ab5311894a.tar.bz2 volse-hubzilla-100043da38af9e1f01a3943e5bc996ab5311894a.zip |
oauth wasn't logging in properly, also fixed api status_show to return last public post, not the last private post
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |