From db70c76494997dfda4f850b4ee63ddae2c608bde Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 2 Aug 2015 23:05:15 -0700 Subject: diaspora_meta getting double json encoded --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 755ea0767..30cde0745 100755 --- a/include/items.php +++ b/include/items.php @@ -866,7 +866,7 @@ function get_item_elements($x) { $arr['sig'] = (($x['signature']) ? htmlspecialchars($x['signature'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['diaspora_meta'] = (($x['diaspora_signature']) ? json_encode($x['diaspora_signature']) : ''); + $arr['diaspora_meta'] = (($x['diaspora_signature']) ? $x['diaspora_signature'] : ''); $arr['object'] = activity_sanitise($x['object']); $arr['target'] = activity_sanitise($x['target']); -- cgit v1.2.3