diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-30 17:22:21 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-30 17:22:21 +0000 |
commit | 3f22f755a3a3da4f711454e25772f13c42014ecc (patch) | |
tree | 6b2e6e291e2298d9bcb4e4b7196f197bb5d7046a /phpBB/includes/acp/info | |
parent | Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be... (diff) | |
download | phpbb-3f22f755a3a3da4f711454e25772f13c42014ecc.tar.gz phpbb-3f22f755a3a3da4f711454e25772f13c42014ecc.tar.bz2 phpbb-3f22f755a3a3da4f711454e25772f13c42014ecc.zip |
correct mode is send_statistics, else installs will differ from updates.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10068 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/info')
-rw-r--r-- | phpBB/includes/acp/info/acp_send_statistics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/info/acp_send_statistics.php b/phpBB/includes/acp/info/acp_send_statistics.php index 33e66ecd26..de5dcdb8ad 100644 --- a/phpBB/includes/acp/info/acp_send_statistics.php +++ b/phpBB/includes/acp/info/acp_send_statistics.php @@ -20,7 +20,7 @@ class acp_send_statistics_info 'title' => 'ACP_SEND_STATISTICS', 'version' => '1.0.0', 'modes' => array( - 'questionnaire' => array('title' => 'ACP_SEND_STATISTICS', 'auth' => 'acl_a_server', 'cat' => array('ACP_SERVER_CONFIGURATION')), + 'send_statistics' => array('title' => 'ACP_SEND_STATISTICS', 'auth' => 'acl_a_server', 'cat' => array('ACP_SERVER_CONFIGURATION')), ), ); } |