Merge remote-tracking branch 'origin/0.9.31.1'

This commit is contained in:
Michael Kaufmann (d00p)
2013-12-22 19:21:34 +01:00
3 changed files with 9 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ return array(
'settinggroup' => 'system',
'varname' => 'allow_error_report_admin',
'type' => 'bool',
'default' => true, // TODO: will be false in final release
'default' => false,
'save_method' => 'storeSettingField',
),
'system_allow_error_report_customer' => array(