Dedupe permissions - allow safe mode merging based on 'merge duplicate contacts'
[civicrm-core.git] / settings / Developer.setting.php
index 8f4f543eab5eb30f88cfe8bca95bfb328d4458ac..4ab27dd90a5099a1e31c69cf711b2c56f7a7f59b 100644 (file)
@@ -76,7 +76,8 @@ return [
     'group_name' => 'Developer Preferences',
     'group' => 'developer',
     'name' => 'debug_enabled',
-    'config_key' => 'debug', // we can't call the setting debug as that has other meanings in api
+    // we can't call the setting debug as that has other meanings in api
+    'config_key' => 'debug',
     'type' => 'Boolean',
     'quick_form_type' => 'YesNo',
     'default' => '0',