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

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

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: