mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12683] Fix post index creation
PHPBB3-12683
This commit is contained in:
@@ -345,13 +345,14 @@ class acp_search
|
||||
*
|
||||
* @param string $id
|
||||
* @param string $mode
|
||||
* @param string $action Action in progress: 'create' or 'delete'
|
||||
*/
|
||||
private function index_inprogress(string $id, string $mode, string $action): void
|
||||
private function index_inprogress(string $id, string $mode): void
|
||||
{
|
||||
$this->tpl_name = 'acp_search_index_inprogress';
|
||||
$this->page_title = 'ACP_SEARCH_INDEX';
|
||||
|
||||
$action = $this->search_state_helper->action();
|
||||
|
||||
$this->template->assign_vars([
|
||||
'U_ACTION' => $this->u_action . '&action=' . $action . '&hash=' . generate_link_hash('acp_search'),
|
||||
'UA_PROGRESS_BAR' => addslashes($this->u_action . '&action=progress_bar'),
|
||||
|
Reference in New Issue
Block a user