diff options
author | Friendika <info@friendika.com> | 2011-07-31 16:35:53 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-31 16:35:53 -0700 |
commit | 0c9f033505be5dbc2303d8758894e57c616c6534 (patch) | |
tree | 397cd776ab07e7033414153750b4bf469f4bcf47 /include/items.php | |
parent | b96b7d460878c0655e60a4f06cab5cbec103c30e (diff) | |
download | volse-hubzilla-0c9f033505be5dbc2303d8758894e57c616c6534.tar.gz volse-hubzilla-0c9f033505be5dbc2303d8758894e57c616c6534.tar.bz2 volse-hubzilla-0c9f033505be5dbc2303d8758894e57c616c6534.zip |
some api enhancements
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index 014d75872..6d69c6cc9 100644 --- a/include/items.php +++ b/include/items.php @@ -6,7 +6,6 @@ require_once('include/salmon.php'); function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0) { - // default permissions - anonymous user if(! strlen($owner_nick)) @@ -485,7 +484,6 @@ function get_atom_elements($feed,$item) { if((x($res,'verb')) && ($res['verb'] === 'http://ostatus.org/schema/1.0/unfollow')) $res['verb'] = ACTIVITY_UNFOLLOW; - $cats = $item->get_categories(); if($cats) { $tag_arr = array(); |