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:
4
mail.php
4
mail.php
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user