diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-08-31 08:58:44 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-08-31 08:58:44 +0000 |
commit | bc63b8685c9f2982439d967fdf0a042c922ad79c (patch) | |
tree | 5b04dfd61e71671e25d4b9203028389714f6e5ef /phpBB/install | |
parent | bf1621c05dc8ea61dfeb3bfd6003640232ab0b3a (diff) | |
download | forums-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
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/install_install.php | 3 |
1 files changed, 2 insertions, 1 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&language=' . $data['language']), '../docs/README.html'), 'L_SUBMIT' => $lang['INSTALL_LOGIN'], - 'U_ACTION' => append_sid($phpbb_root_path . 'adm/index.' . $phpEx, 'i=send_statistics&mode=questionnaire'), + 'U_ACTION' => append_sid($phpbb_root_path . 'adm/index.' . $phpEx, 'i=send_statistics&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', |