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

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
This commit is contained in:
Meik Sievertsen
2009-08-30 17:22:21 +00:00
parent 5e2e08b05d
commit 3f22f755a3
2 changed files with 31 additions and 36 deletions

View File

@@ -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')),
),
);
}