aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index ace8b2fb2..c929bb378 100755
--- a/include/items.php
+++ b/include/items.php
@@ -532,6 +532,8 @@ function get_item_elements($x,$allow_code = false) {
$maxlen = get_max_import_size();
+ $arr['body'] = $x['body'];
+
if($maxlen && mb_strlen($arr['body']) > $maxlen) {
$arr['body'] = mb_substr($arr['body'],0,$maxlen,'UTF-8');
logger('get_item_elements: message length exceeds max_import_size: truncated');