aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-31 22:15:00 -0700
committerfriendica <info@friendica.com>2014-08-31 22:15:00 -0700
commit2a37d99958d5591d5b9ccfc9bc615ee0588a6036 (patch)
treec22b433f6a4fe5eeb07d8dfdffb5c4f0fec28cc2 /include/items.php
parenta63de472cf1b5cff1ebda821d3a6ba39cf37f839 (diff)
downloadvolse-hubzilla-2a37d99958d5591d5b9ccfc9bc615ee0588a6036.tar.gz
volse-hubzilla-2a37d99958d5591d5b9ccfc9bc615ee0588a6036.tar.bz2
volse-hubzilla-2a37d99958d5591d5b9ccfc9bc615ee0588a6036.zip
get out the sunnies
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index f489eeb0a..7764d2f62 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1558,7 +1558,7 @@ function get_atom_elements($feed,$item,&$author) {
$termurl = unxmlify(substr($scheme,9));
}
else {
- $termtype = TERM_UNKNOWN;
+ $termtype = TERM_CATEGORY;
}
$termterm = notags(trim(unxmlify($term)));