Expand try-catch to whole function
[civicrm-core.git] / settings / Core.setting.php
index b01373382d6a9be22c9810fb973948f851827d33..4992ef8c90ea837b69dc88d4937c35b465f2042c 100644 (file)
@@ -28,7 +28,7 @@ return [
     'pseudoconstant' => [
       'optionGroupName' => 'contact_view_options',
     ],
-    'default' => '\ 11\ 12\ 13\ 14\ 15\ 16\ 17\ 18\ 19\ 110\ 111\ 113\ 1',
+    'default' => '\ 11\ 12\ 13\ 14\ 15\ 16\ 17\ 18\ 19\ 110\ 113\ 1',
     'add' => '4.1',
     'title' => ts('Viewing Contacts'),
     'is_domain' => '1',
@@ -375,7 +375,7 @@ return [
     'pseudoconstant' => [
       'callback' => 'CRM_Contact_BAO_GroupContactCache::getModes',
     ],
-    'description' => ts('Should the acl cache be by cron jobs or user actions'),
+    'description' => ts('Should the acl cache be flushed by cron jobs or user actions'),
     'help_text' => ts('In "Opportunistic Flush" mode, caches are flushed in response to user actions; this mode is broadly compatible but may add latency during form-submissions. In "Cron Flush" mode, you should schedule a cron job to flush caches if your site uses ACLs; this can improve latency on form-submissions but requires more setup.'),
   ],
   'installed' => [