Skip to content
Snippets Groups Projects
Commit 88b91745 authored by colemanw's avatar colemanw
Browse files

CRM-14121 - Apply patch by Ben Wilhelm

parent 2f0649a6
Branches
Tags
No related merge requests found
......@@ -50,7 +50,8 @@ class CRM_Utils_System_Drupal extends CRM_Utils_System_DrupalBase {
*
*/
function createUser(&$params, $mail) {
$form_state = array();
$form_state = form_state_defaults();
$form_state['input'] = array(
'name' => $params['cms_name'],
'mail' => $params[$mail],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment