Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11039

You may not use continue when there's no loop to continue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 3.1.0-dev
    • Caching (ACM)
    • 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.

            nickvergessen Joas Schilling
            brunoais brunoais
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: