Merge branch 'hotfix/3.6.3'

This commit is contained in:
yuri
2015-09-10 11:02:06 +03:00
2 changed files with 2 additions and 0 deletions
@@ -262,6 +262,7 @@ class EmailAccount extends Record
if ($maxSize) {
if ($storage->getSize($id) > $maxSize * 1024 * 1024) {
$k++;
continue;
}
}
@@ -242,6 +242,7 @@ class InboundEmail extends \Espo\Services\Record
if ($maxSize) {
if ($storage->getSize($id) > $maxSize * 1024 * 1024) {
$k++;
continue;
}
}