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

Bad url in U_ICQ on /ucp_mp_viewmessage.php

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.9
    • 3.0.10-RC1
    • Other
    • None

    Description

      In /includes/ucp/ucp_mp_viewmessge.php

      'U_ICQ' => ($user_info['user_icq']) ? 'http://www.icq.com/people' . urlencode($user_info['user_icq']) . '/' : '',

      Need replace with...

      'U_ICQ' => ($user_info['user_icq']) ? 'http://www.icq.com/people/' . urlencode($user_info['user_icq']) . '/' : '',

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            ^[GS]^ ^[GS]^ [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: