From 696c6e88ea6b1dbd06751cb5b87221b8377167a1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 17 Feb 2016 01:05:28 -0800 Subject: iconfig debugging - federation now working --- include/items.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/items.php') 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; } /** -- cgit v1.2.3