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

Can't close report in MCP - error in prosilver template

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.0
    • None
    • PHP Environment:
      Database:

      Moderator Control Panel -> Reported posts -> Open reports -> click any report, then 'Close report' button.

      Prosilver template has:
      <form method="post" id="mcp_report" action="

      {U_CLOSE_ACTION}

      ">

      but no U_CLOSE_ACTION is defined in mcp.php, should be:
      <form method="post" id="mcp_report" action="

      {S_CLOSE_ACTION}

      ">

      file: styles/prosilver/template/mcp_post.html

      But: still error - the report isn't closed, so seems S_CLOSE_ACTION url is also broken.

            Acyd Burn Meik Sievertsen [X] (Inactive)
            Dionisiy Dionisiy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: