1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-31 13:48:04 +01:00

[ticket/14948] Use continue 2 instead of continue to continue while loop

PHPBB3-14948
This commit is contained in:
Marc Alexander 2018-12-30 17:32:40 +01:00
parent c92d4933cc
commit 3c0fd43f85
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -305,8 +305,8 @@ class compress_zip extends compress
}
}
}
// This is a directory, we are not writting files
continue;
// This is a directory, we are not writing files
continue 2;
}
else
{