From fd6b32758edb67c7e711eddd4c468a6ef459c478 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 16 Mar 2017 01:16:29 -0700 Subject: namespace error --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 6e9c1c3d9..8ae7ca818 100755 --- a/include/items.php +++ b/include/items.php @@ -530,7 +530,7 @@ function get_item_elements($x,$allow_code = false) { $arr = array(); - $key = get_config('system','pubkey'); + $arr['body'] = $x['body']; $maxlen = get_max_import_size(); -- cgit v1.2.3