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

Invalid form error on index creation

    XMLWordPrintable

Details

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

    Description

      The new version 3.1.10 added check form in acp_search.
      But checking not correct:
      if (!check_form_key($form_key) && in_array($action, array('delete', 'create')))
      must be
      if (!check_form_key($form_key) && !in_array($action, array('delete', 'create')))

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              nissin nissin [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: