aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-04 17:17:48 -0700
committerredmatrix <git@macgirvin.com>2016-06-04 17:17:48 -0700
commitc1a24d44a35feca7539df6aa6909b00062072d28 (patch)
tree6c7143b57f717039475710c507f826320d1a12e4 /include/items.php
parentbf438f67e15853488a0b2209194ce3365b918ca8 (diff)
downloadvolse-hubzilla-c1a24d44a35feca7539df6aa6909b00062072d28.tar.gz
volse-hubzilla-c1a24d44a35feca7539df6aa6909b00062072d28.tar.bz2
volse-hubzilla-c1a24d44a35feca7539df6aa6909b00062072d28.zip
another switch of type and ttype
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 3b73310fe..93385c6e6 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1183,7 +1183,7 @@ function encode_item_terms($terms,$mirror = false) {
if($terms) {
foreach($terms as $term) {
if(in_array($term['ttype'],$allowed_export_terms))
- $ret[] = array('tag' => $term['term'], 'url' => $term['url'], 'type' => termtype($term['type']));
+ $ret[] = array('tag' => $term['term'], 'url' => $term['url'], 'type' => termtype($term['ttype']));
}
}