1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14492] Pass u_action to acp form and add stats config

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-02-04 11:20:59 +01:00
parent 90a5e22eb5
commit ade5183ba1
2 changed files with 2 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ class acp_help_phpbb
'S_COLLECT_STATS' => (!empty($config['help_send_statistics'])) ? true : false,
'RAW_DATA' => $collector->get_data_for_form(),
'U_ACP_MAIN' => append_sid("{$phpbb_admin_path}index.$phpEx"),
'U_ACTION' => $this->u_action,
));
$raw = $collector->get_data_raw();