]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'master' of https://github.com/friendica/friendica
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Feb 2013 17:19:55 +0000 (18:19 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Feb 2013 17:19:55 +0000 (18:19 +0100)
include/onepoll.php

index f66a48dd46a6d4c831ecafe6f5160b466f9c51e8..d5b1668d4fc8c5bb9211f895cd6d3c2f17dfcdea 100644 (file)
@@ -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']);