iconfig debugging - federation now working
This commit is contained in:
parent
a83eb14ff6
commit
696c6e88ea
@ -1457,7 +1457,8 @@ function decode_item_meta($meta) {
|
|||||||
foreach($meta as $m) {
|
foreach($meta as $m) {
|
||||||
$ret[] = array('cat' => escape_tags($m['family']),'k' => escape_tags($m['key']),'v' => $m['value']);
|
$ret[] = array('cat' => escape_tags($m['family']),'k' => escape_tags($m['key']),'v' => $m['value']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user