aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-08-13 14:51:47 +0000
committerNils Adermann <naderman@naderman.de>2009-08-13 14:51:47 +0000
commit4525d1cb733e893762e87a4f597f8489a9917191 (patch)
tree81059ffd44149c2da899a32825cb0e353eb6d276 /phpBB/install/install_install.php
parent929fd29ce13ad42235b58f327b694a00780ebe5e (diff)
downloadforums-4525d1cb733e893762e87a4f597f8489a9917191.tar
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.gz
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.bz2
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.xz
forums-4525d1cb733e893762e87a4f597f8489a9917191.zip
- links to send statistics after install and update
- link back to ACP main from send statistics - improved language / better explanation (incl. Bug #48555) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9969 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
-rw-r--r--phpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index d820239c17..6a7b6ca121 100644
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -1958,7 +1958,7 @@ class install_install extends module
'TITLE' => $lang['INSTALL_CONGRATS'],
'BODY' => sprintf($lang['INSTALL_CONGRATS_EXPLAIN'], $config['version'], append_sid($phpbb_root_path . 'install/index.' . $phpEx, 'mode=convert&amp;language=' . $data['language']), '../docs/README.html'),
'L_SUBMIT' => $lang['INSTALL_LOGIN'],
- 'U_ACTION' => append_sid($phpbb_root_path . 'adm/index.' . $phpEx),
+ 'U_ACTION' => append_sid($phpbb_root_path . 'adm/index.' . $phpEx, 'i=send_statistics&amp;mode=questionnaire'),
));
}