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

Uploaded avatars are not displayed in IE <= 7

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.0-RC5
    • 3.1.0-RC4
    • None
    • None

      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))

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

              Created:
              Updated:
              Resolved: