aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/items.php')
-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;
}
/**