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
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
|
// This is a directory, we are not writing files
|
||||||
continue;
|
continue 2;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue