CRM-17407 renaming recaptcha keys
[civicrm-core.git] / api / v3 / examples / Setting / GetFields.php
index 87a74e7be09fafb9c9f89fec0f1172dd907c0d97..c797b6fe9548be5f324a560001c382749ddc1b2a 100644 (file)
@@ -667,7 +667,7 @@ function setting_getfields_expectedresult() {
         'html_type' => 'Text',
         'default' => '',
         'add' => '4.3',
-        'title' => 'Recaptcha Public Key',
+        'title' => 'Recaptcha Site Key',
         'is_domain' => 1,
         'is_contact' => 0,
         'description' => '',
@@ -688,7 +688,7 @@ function setting_getfields_expectedresult() {
         'html_type' => 'Text',
         'default' => '',
         'add' => '4.3',
-        'title' => 'Recaptcha Private Key',
+        'title' => 'Recaptcha Secret Key',
         'is_domain' => 1,
         'is_contact' => 0,
         'description' => '',
@@ -947,21 +947,6 @@ function setting_getfields_expectedresult() {
         'description' => 'Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites',
         'prefetch' => 1,
       ),
-      'fatalErrorTemplate' => array(
-        'group_name' => 'Developer Preferences',
-        'group' => 'developer',
-        'name' => 'fatalErrorTemplate',
-        'type' => 'String',
-        'quick_form_type' => 'Element',
-        'html_type' => 'text',
-        'default' => 'CRM/common/fatal.tpl',
-        'add' => '4.3',
-        'title' => 'Fatal Error Template',
-        'is_domain' => 1,
-        'is_contact' => 0,
-        'description' => 'Enter the path and filename for a custom Smarty template if you want to define your own screen for displaying fatal errors.',
-        'prefetch' => 1,
-      ),
       'fatalErrorHandler' => array(
         'group_name' => 'Developer Preferences',
         'group' => 'developer',