aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-31 16:35:53 -0700
committerFriendika <info@friendika.com>2011-07-31 16:35:53 -0700
commit0c9f033505be5dbc2303d8758894e57c616c6534 (patch)
tree397cd776ab07e7033414153750b4bf469f4bcf47 /include/items.php
parentb96b7d460878c0655e60a4f06cab5cbec103c30e (diff)
downloadvolse-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.php2
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();