aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
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();