-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.1.0-dev
-
None
-
PHP 5.3.8
In /includes/cache/service.php
there's the following:
if (!file_exists($filename))
|
{
|
continue;
|
}
|
The problem here is that this code is not inside a loop so it won't work.
I don't know how this part of phpBB3 works so I think I cannot solve this bug.
I'm testing on the current version on git.
- duplicates
-
PHPBB-11029 Cannot break/continue 1 level in includes\cache\service.php:340
- Closed