mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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:
commit
259a6f0834
1 changed files with 0 additions and 1 deletions
|
@ -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':
|
||||||
|
|
Loading…
Add table
Reference in a new issue