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:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user