--CRM-15055, code cleanup
[civicrm-core.git] / settings / Developer.setting.php
index aab5ad5d4f681bbc3540cbf625d5f34ed1442f98..0062ae5108d6db1368143eb9d1184368df189584 100644 (file)
@@ -88,7 +88,8 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
     'group' => 'developer',
     'name' => 'fatalErrorTemplate',
     'type' => 'String',
-    'quick_form_type' => 'text',
+    'quick_form_type' => 'Element',
+    'html_type' => 'text',
     'default' => 'CRM/common/fatal.tpl',
     'add' => '4.3',
     'title' => 'Fatal Error Template',
@@ -102,8 +103,9 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
     'group' => 'developer',
     'name' => 'fatalErrorHandler',
     'type' => 'String',
-    'quick_form_type' => 'text',
-    'default' => 'null',
+    'quick_form_type' => 'Element',
+    'html_type' => 'text',
+    'default' => null,
     'add' => '4.3',
     'title' => 'Fatal Error Handler',
     'is_domain' => 1,