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

Bad url in U_ICQ on /ucp_mp_viewmessage.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.10-RC1
    • 3.0.9
    • Other
    • None

      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']) . '/' : '',

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

              Created:
              Updated:
              Resolved: