mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
fixed warning: missing argument 3
This commit is contained in:
parent
27edf73e34
commit
9cb94fc0cf
@ -272,7 +272,7 @@ class ajax_select_widget
|
||||
echo "$get_rows_app.$get_rows_class.$get_rows_method is not a valid method for getting the rows";
|
||||
} else {
|
||||
$query = array_merge($extension_data['options'], $value_in);
|
||||
$count = $get_rows_obj->$get_rows_method($query, $results);
|
||||
$count = $get_rows_obj->$get_rows_method($query, $results, $readonlys=array());
|
||||
|
||||
if($count == 1) {
|
||||
$value = $results[0][$extension_data['options']['id_field']];
|
||||
|
Loading…
Reference in New Issue
Block a user