1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-12 20:02:08 +02:00

Merge remote-tracking branch 'marc1706/ticket/11864' into develop-olympus

* marc1706/ticket/11864:
  [ticket/11864] Do not call exit after display_progress_bar in acp_forums
This commit is contained in:
Andreas Fischer 2013-09-26 16:00:53 +02:00
commit 259a6f0834

View File

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