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

Unnecessary <!-- IF --> statement in viewtopic_body.html

    XMLWordPrintable

Details

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

    Description

      On line 7 there is statement

      <!-- IF MODERATORS or U_MCP -->

      , but U_MCP isn't used within that if/endif, so it should be

      <!-- IF MODERATORS -->

      . That also means next

      <!-- IF MODERATOR -->

      2 lines later with matching <!-- ENDIF --> should be removed.

      Attachments

        Activity

          People

            igorw Igor Wiedler [X] (Inactive)
            Arty Vjacheslav Trushkin [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: