Fixed bug on create user webservice: extra fields method didn't return result so just the first one extra field was processed.

1.10.x
David Nos 10 years ago
parent 78a82f9637
commit ec5fd4a69d
  1. 2
      main/inc/lib/usermanager.lib.php

@ -1830,7 +1830,7 @@ class UserManager
'variable' => $variable, 'variable' => $variable,
'value' => $value 'value' => $value
]; ];
$extraFieldValue->save($params); return $extraFieldValue->save($params);
} }
/** /**

Loading…
Cancel
Save