aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-31 08:58:44 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-31 08:58:44 +0000
commitbc63b8685c9f2982439d967fdf0a042c922ad79c (patch)
tree5b04dfd61e71671e25d4b9203028389714f6e5ef
parentbf1621c05dc8ea61dfeb3bfd6003640232ab0b3a (diff)
downloadforums-bc63b8685c9f2982439d967fdf0a042c922ad79c.tar
forums-bc63b8685c9f2982439d967fdf0a042c922ad79c.tar.gz
forums-bc63b8685c9f2982439d967fdf0a042c922ad79c.tar.bz2
forums-bc63b8685c9f2982439d967fdf0a042c922ad79c.tar.xz
forums-bc63b8685c9f2982439d967fdf0a042c922ad79c.zip
Addition to r9887: Correctly install 'Copy forum permissions' module.
Addition to r10068: Correct mode is send_statistics. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10070 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/install_install.php3
-rw-r--r--phpBB/language/en/install.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 0e6c2f36aa..1b8553fb7a 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, 'i=send_statistics&amp;mode=questionnaire'),
+ 'U_ACTION' => append_sid($phpbb_root_path . 'adm/index.' . $phpEx, 'i=send_statistics&amp;mode=send_statistics'),
));
}
@@ -2231,6 +2231,7 @@ class install_install extends module
),
'ACP_FORUM_BASED_PERMISSIONS' => array(
'ACP_FORUM_PERMISSIONS',
+ 'ACP_FORUM_PERMISSIONS_COPY',
'ACP_FORUM_MODERATORS',
'ACP_USERS_FORUM_PERMISSIONS',
'ACP_GROUPS_FORUM_PERMISSIONS',
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 35e9e7f459..5d3a5e91cb 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -368,7 +368,7 @@ $lang = array_merge($lang, array(
// Updater
$lang = array_merge($lang, array(
- 'ALL_FILES_UP_TO_DATE' => 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=questionnaire">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory! Please send us updated information about your server and board configurations from the <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=questionnaire">Send statistics</a> module in your ACP.',
+ 'ALL_FILES_UP_TO_DATE' => 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory! Please send us updated information about your server and board configurations from the <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">Send statistics</a> module in your ACP.',
'ARCHIVE_FILE' => 'Source file within archive',
'BACK' => 'Back',