Merge pull request #15322 from alifrumin/removePrintIcon
[civicrm-core.git] / CRM / Core / BAO / CMSUser.php
index 368bcd97dee95c56e079a2950d3ba071332b53f4..36bb8bdb6f0c31741d5054a7947df32ceb5db8e2 100644 (file)
@@ -213,7 +213,7 @@ class CRM_Core_BAO_CMSUser {
       }
 
       // now check that the cms db does not have the user name and/or email
-      if ($isDrupal OR $isJoomla OR $isWordPress) {
+      if ($isDrupal or $isJoomla or $isWordPress) {
         $params = [
           'name' => $fields['cms_name'],
           'mail' => $fields[$emailName],