mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +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:
@@ -56,7 +56,6 @@ class acp_forums
|
||||
$total = request_var('total', 0);
|
||||
|
||||
$this->display_progress_bar($start, $total);
|
||||
exit;
|
||||
break;
|
||||
|
||||
case 'delete':
|
||||
|
Reference in New Issue
Block a user