1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

- 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
This commit is contained in:
Nils Adermann
2009-08-13 14:51:47 +00:00
parent 929fd29ce1
commit 4525d1cb73
7 changed files with 61 additions and 9 deletions

View File

@@ -440,7 +440,7 @@ class phpbb_questionnaire_phpbb_data_provider
{
if (isset($this->config[$name]))
{
$result['config.' . $name] = $this->config[$name];
$result['config_' . $name] = $this->config[$name];
}
}