aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-09 20:17:20 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-09 20:17:20 -0400
commit47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e (patch)
treefc325d9c111777700be5f69d0046940387196da6 /include/feedutils.php
parent0630609d6e60085f20d1430fd4044775dd9af5e9 (diff)
parente2574cf069dc29b1e8ca6bd64ee78b262206cef4 (diff)
downloadvolse-hubzilla-47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e.tar.gz
volse-hubzilla-47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e.tar.bz2
volse-hubzilla-47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e.zip
Merge remote-tracking branch 'upstream/dev' into wiki
Diffstat (limited to 'include/feedutils.php')
-rw-r--r--include/feedutils.php4
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'],
);