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); $total = request_var('total', 0);
$this->display_progress_bar($start, $total); $this->display_progress_bar($start, $total);
exit;
break; break;
case 'delete': case 'delete':