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

New css files missing after update

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 3.1.0-a1
    • 3.1.0-a2
    • Update system
    • None

    Description

      The new function has a small error:

      		if ($dirs >= 5)
      		{
      

      should be

      		if (sizeof($dirs) >= 5)
      		{
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: