aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-16 01:16:29 -0700
committerMario Vavti <mario@mariovavti.com>2017-03-29 13:47:24 +0200
commitfd6b32758edb67c7e711eddd4c468a6ef459c478 (patch)
tree269f0d8ec6a3b2a0c6fe8b27e3377885dc9b0114 /include
parent4387fb715b59be1ead2db8b12fa008160cd14ce7 (diff)
downloadvolse-hubzilla-fd6b32758edb67c7e711eddd4c468a6ef459c478.tar.gz
volse-hubzilla-fd6b32758edb67c7e711eddd4c468a6ef459c478.tar.bz2
volse-hubzilla-fd6b32758edb67c7e711eddd4c468a6ef459c478.zip
namespace error
Diffstat (limited to 'include')
-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();