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

Uploaded avatars are not displayed in IE <= 7

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.0-RC4
    • 3.1.0-RC5
    • None
    • None

    Description

      Uploaded avatars are not displayed due to mistype:

      Notice: Undefined variable: user in \includes\functions_download.php on line 53

      Edit this file, change
      if ((strpos(strtolower($user->browser), 'msie') !== false) && !phpbb_is_greater_ie_version($browser, 7))

      to

      if ((strpos(strtolower($browser), 'msie') !== false) && !phpbb_is_greater_ie_version($browser, 7))

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            Dionisiy Dionisiy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: