diff options
author | redmatrix <git@macgirvin.com> | 2016-07-05 19:40:09 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-05 19:40:09 -0700 |
commit | 537f30f7079dec55e82f616e35162195c6527c52 (patch) | |
tree | ce6f0cc85091e9eafcca6f08112922e6fa4d72c1 /include/feedutils.php | |
parent | cf051116228875a8dc9e9da193bc7b8bcfe83840 (diff) | |
parent | ad954d01de7568e2834907b4eb24f71648c3a01d (diff) | |
download | volse-hubzilla-537f30f7079dec55e82f616e35162195c6527c52.tar.gz volse-hubzilla-537f30f7079dec55e82f616e35162195c6527c52.tar.bz2 volse-hubzilla-537f30f7079dec55e82f616e35162195c6527c52.zip |
Merge branch 'dev' into perms
Diffstat (limited to 'include/feedutils.php')
-rw-r--r-- | include/feedutils.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/feedutils.php b/include/feedutils.php index 685b2f982..01ec0687e 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -393,7 +393,7 @@ function get_atom_elements($feed, $item, &$author) { $terms = array(); $terms[] = array( 'otype' => TERM_OBJ_POST, - 'type' => TERM_BOOKMARK, + 'ttype' => TERM_BOOKMARK, 'url' => $res['plink'], 'term' => $res['title'], ); @@ -403,7 +403,7 @@ function get_atom_elements($feed, $item, &$author) { $terms = array(); $terms[] = array( 'otype' => TERM_OBJ_POST, - 'type' => TERM_BOOKMARK, + 'ttype' => TERM_BOOKMARK, 'url' => $res['plink'], 'term' => $res['plink'], ); |