diff options
author | friendica <info@friendica.com> | 2014-08-31 22:15:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-31 22:15:00 -0700 |
commit | 2a37d99958d5591d5b9ccfc9bc615ee0588a6036 (patch) | |
tree | c22b433f6a4fe5eeb07d8dfdffb5c4f0fec28cc2 /include/items.php | |
parent | a63de472cf1b5cff1ebda821d3a6ba39cf37f839 (diff) | |
download | volse-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-x | include/items.php | 2 |
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))); |