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

Edit Imageset update_image() incorrect assignment

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.4
    • 3.0.5
    • ACP
    • None
    • PHP Environment:
      Database:

    Description

      in includes/acp/acp_styles.php;

      'A_NAME' => addslashes($imageset_name)
      should be;
      'A_NAME' => $imageset_path
      as
      $imageset_name might not be the same as $imageset_path, e.g.

      DB subSilver 3 != db_subsilver_3

      BTW: I'm getting old, I thought I had reported this...

      Attachments

        Activity

          People

            Acyd Burn Meik Sievertsen [X] (Inactive)
            Daz Daz [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: