aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-17 01:05:28 -0800
committerredmatrix <git@macgirvin.com>2016-02-17 01:05:28 -0800
commit696c6e88ea6b1dbd06751cb5b87221b8377167a1 (patch)
tree65484bb254cffc53f7316d910df4905ce22ad562
parenta83eb14ff6f760e0dfd74c61dad128a83c4234bf (diff)
downloadvolse-hubzilla-696c6e88ea6b1dbd06751cb5b87221b8377167a1.tar.gz
volse-hubzilla-696c6e88ea6b1dbd06751cb5b87221b8377167a1.tar.bz2
volse-hubzilla-696c6e88ea6b1dbd06751cb5b87221b8377167a1.zip
iconfig debugging - federation now working
-rwxr-xr-xinclude/items.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 527d55b71..a2b736eea 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1457,7 +1457,8 @@ function decode_item_meta($meta) {
foreach($meta as $m) {
$ret[] = array('cat' => escape_tags($m['family']),'k' => escape_tags($m['key']),'v' => $m['value']);
}
- }
+ }
+ return $ret;
}
/**