mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14948] Use continue 2 instead of continue to continue while loop
PHPBB3-14948
This commit is contained in:
parent
c92d4933cc
commit
3c0fd43f85
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue