Merge pull request #15590 from alifrumin/subjecthelp
[civicrm-core.git] / CRM / Admin / Form / Mapping.php
index 8dc369ae95bfedd58d3f35403fbe1e382bdc3933..2dac50e76328981f46d75f97ef9df7d6e7529c85 100644 (file)
@@ -61,9 +61,9 @@ class CRM_Admin_Form_Mapping extends CRM_Admin_Form {
         CRM_Core_DAO::getAttribute('CRM_Core_DAO_Mapping', 'name'), TRUE
       );
       $this->addRule('name', ts('Name already exists in Database.'), 'objectExists', [
-          'CRM_Core_DAO_Mapping',
-          $this->_id,
-        ]);
+        'CRM_Core_DAO_Mapping',
+        $this->_id,
+      ]);
 
       $this->addElement('text', 'description', ts('Description'),
         CRM_Core_DAO::getAttribute('CRM_Core_DAO_Mapping', 'description')