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

Problem with S_USER_POSTED in search.php

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • Other
    • None

    Description

      search.php:821

      'S_USER_POSTED'			=> (!empty($row['mark_type'])) ? true : false,
      

      This should be something like:

      'S_USER_POSTED'                 => (isset($row['topic_posted']) && $row['topic_posted']) ? true : false,
      

      Current template variable seems to be always false. This is also a problem in 3.0.x IIRC.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: