INFRA-132 - Put space after flow-control (if/switch/for/foreach/while)
[civicrm-core.git] / CRM / Utils / System / WordPress.php
index e64ecb7c4624271f281e9440e846751b7ef941c7..588cb56d6a44161711bb7d0d3017ae545bef072a 100644 (file)
@@ -628,7 +628,7 @@ class CRM_Utils_System_WordPress extends CRM_Utils_System_Base {
       $ufName = CRM_Utils_Type::escape($ufName, 'String');
 
       $values = array('ID' => $ufID, 'user_email' => $ufName);
-      if$ufID ) {
+      if ($ufID ) {
         wp_update_user( $values );
       }
     }