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

Typo in viewtopic.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.0.2
    • 3.0.1
    • Viewing posts
    • None
    • PHP Environment:
      Database:

      Doesn't affect any functionality, but

      				'search'		=> ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", 'search_author=' . urlencode($row['username']) .'&showresults=posts') : '',

      in viewtopic.php is incorrect. It should be

      				'search'		=> ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", 'search_author=' . urlencode($row['username']) .'&sr=posts') : '',

            naderman Nils Adermann
            A_Jelly_Doughnut A_Jelly_Doughnut
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: