1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11864] Do not call exit after display_progress_bar in acp_forums
This commit is contained in:
Andreas Fischer 2013-09-26 16:01:01 +02:00
commit 56ee5973bc

View File

@ -55,7 +55,6 @@ class acp_forums
$total = request_var('total', 0);
$this->display_progress_bar($start, $total);
exit;
break;
case 'delete':