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

Do not call exit after display_progress_bar in acp_forums

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.13-RC1
    • 3.0.11, 3.1.0-dev
    • ACP
    • None

      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()).

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

              Created:
              Updated:
              Resolved: