Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11039

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

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 3.1.0-dev
    • None
    • Caching (ACM)
    • None
    • PHP 5.3.8

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: