INFRA-132 - Put "else" and "catch" on new line
[civicrm-core.git] / CRM / Core / BAO / CMSUser.php
index 88aaf2f511c45cef8685d9fca031e52ea42bf153..42f0d44f4da9c0b41d61d8cb042b1415a42dce87 100644 (file)
@@ -365,7 +365,8 @@ class CRM_Core_BAO_CMSUser {
       if (!empty($form->_bltID) && array_key_exists("email-{$form->_bltID}", $fields)) {
         // this is a transaction related page
         $emailName = 'email-' . $form->_bltID;
-      } else {
+      }
+      else {
         // find the email field in a profile page
         foreach ($fields as $name => $dontCare) {
           if (substr($name, 0, 5) == 'email') {