Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0

This commit is contained in:
nikitozzzzzzz
2017-11-06 15:28:17 +02:00
3 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ if ( ! class_exists( 'Form' ) ) {
$arr_options['field'] = $form_fields[ $_POST['child_name'] ];
if( function_exists( $ajax_source_func ) ){
$arr_options['items'] = call_user_func( $ajax_source_func );
$arr_options['items'] = call_user_func( $ajax_source_func, $arr_options['field']['parent_dropdown_relationship'] );
}
}else{