diff options
author | redmatrix <git@macgirvin.com> | 2016-02-17 01:05:28 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-17 01:05:28 -0800 |
commit | 696c6e88ea6b1dbd06751cb5b87221b8377167a1 (patch) | |
tree | 65484bb254cffc53f7316d910df4905ce22ad562 /include | |
parent | a83eb14ff6f760e0dfd74c61dad128a83c4234bf (diff) | |
download | volse-hubzilla-696c6e88ea6b1dbd06751cb5b87221b8377167a1.tar.gz volse-hubzilla-696c6e88ea6b1dbd06751cb5b87221b8377167a1.tar.bz2 volse-hubzilla-696c6e88ea6b1dbd06751cb5b87221b8377167a1.zip |
iconfig debugging - federation now working
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 3 |
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; } /** |