diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-16 01:16:29 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 13:47:24 +0200 |
commit | fd6b32758edb67c7e711eddd4c468a6ef459c478 (patch) | |
tree | 269f0d8ec6a3b2a0c6fe8b27e3377885dc9b0114 /include/items.php | |
parent | 4387fb715b59be1ead2db8b12fa008160cd14ce7 (diff) | |
download | volse-hubzilla-fd6b32758edb67c7e711eddd4c468a6ef459c478.tar.gz volse-hubzilla-fd6b32758edb67c7e711eddd4c468a6ef459c478.tar.bz2 volse-hubzilla-fd6b32758edb67c7e711eddd4c468a6ef459c478.zip |
namespace error
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
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(); |