mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14948] Use continue 2 instead of continue to continue while loop
PHPBB3-14948
This commit is contained in:
parent
04d4bfeff4
commit
f3cfe6b164
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