fixed bug with subscription form submition
This commit is contained in:
parent
2e69e3fd4c
commit
785eea77db
@ -384,7 +384,8 @@ function materio_user_webform_client_11186_submit(&$form, &$form_state){
|
||||
$node = &$form['#node'];
|
||||
// dsm($node, '$node');
|
||||
|
||||
$values = $form_state['values']['submitted_tree'];
|
||||
// $values = $form_state['values']['submitted_tree'];
|
||||
$values = $form_state['input']['submitted']; // code updated with webform module
|
||||
// dsm($values, '$values');
|
||||
|
||||
$flat_values = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user