mail : allow 120 messages parts by mail

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3130 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-10-12 09:04:38 +00:00
parent 85c6505ff0
commit 77a64e776c

View File

@@ -1225,8 +1225,8 @@ class mail
private function createMailEMLSub ($parent)
{
$this->recurse++;
if ($this->recurse > 10)
throw new \Exception ("Recurse createMailEMLSub > 10", 500);
if ($this->recurse > 120)
throw new \Exception ("Recurse createMailEMLSub > 120", 500);
if (!array_key_exists ("_partsIDchild", $parent))
return "";
$complete = "";