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

Do not call exit after display_progress_bar in acp_forums

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.11, 3.1.0-dev
    • 3.0.13-RC1
    • ACP
    • None

    Description

      The progress bar is called with the method display_progress_bar() in the acp_forums file. This method then calls adm_page_footer() which also calls exit_handler(). Therefore, the exit; in acp_forums after $this->display_progress_bar is useless and shouldn't exist in the first place (should've always been exit_handler() + gargabe_collection()).

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            Marc Marc
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: