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

Wrong variable to close "Users with most warnings" block at MCP

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.0.12, 3.1.0-a1
    • 3.1.0-a2
    • Styles
    • None

    Description

      prosilver/template/mcp_warn_front.html

      		<!-- BEGIN highest -->
      			<tr class="<!-- IF highest.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
      				<td>{highest.USERNAME_FULL}</td>
      				<td>{highest.WARNINGS}</td>
      				<td>{highest.WARNING_TIME}</td>
      				<td><a href="{highest.U_NOTES}">{L_VIEW_NOTES}</a></td>
      			</tr>
      		<!-- END latest -->

      When

      <!-- END latest -->

      it should be

      <!-- END highest -->

      Attachments

        Activity

          People

            EXreaction EXreaction [X] (Inactive)
            _Vinny_ Marcus Vinicius
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: