mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
PHP8 Compatibility Fixes
This commit is contained in:
@@ -111,7 +111,7 @@ class receiveMail
|
||||
}
|
||||
if($structure->type == 1) /* multipart */
|
||||
{
|
||||
while(list($index, $sub_structure) = each($structure->parts))
|
||||
foreach($structure->parts as $index => $sub_structure)
|
||||
{
|
||||
if($part_number)
|
||||
{
|
||||
|
Reference in New Issue
Block a user