1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

PHP8 Compatibility Fixes

This commit is contained in:
Cameron
2020-12-04 17:21:03 -08:00
parent 9b82308021
commit 645c05cfbf
4 changed files with 5 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ class pop3BounceHandler
}
if($structure->type == 1) /* multipart */
{
while(list($index, $sub_structure) = each($structure->parts))
foreach($structure->parts as $index => $sub_structure)
{
if($part_number)
{