From: Tobias Diekershoff Date: Sun, 24 Feb 2013 17:19:55 +0000 (+0100) Subject: Merge branch 'master' of https://github.com/friendica/friendica X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6100ae98a2ae3caf6baa58714f7888d917848e4d;hp=ab81be3bb18529900bd3b9e188b661a2fffcb3d6;p=friendica.git Merge branch 'master' of https://github.com/friendica/friendica --- diff --git a/include/onepoll.php b/include/onepoll.php index f66a48dd46..d5b1668d4f 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -426,6 +426,7 @@ function onepoll_run(&$argv, &$argc){ continue; } $datarray['body'] = escape_tags($r['body']); + $datarray['body'] = limit_body_size($datarray['body']); logger("Mail: Importing ".$msg_uid." for ".$mailconf[0]['user']);