Skip to content

Commit 15d82bf

Browse files
author
Jen Lampton
committed
Issue #23: Resolve PHP warning about deprecated parameter behavior.
1 parent 147182f commit 15d82bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: geocoder.widget.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function geocoder_widget_get_field_concat($items) {
377377
* Given a list of geometries, and user configuration on how to handle deltas,
378378
* we created a list of items to be inserted into the fields.
379379
*/
380-
function geocoder_widget_resolve_deltas($geometries, $delta_handling = 'default', $target_info) {
380+
function geocoder_widget_resolve_deltas($geometries, $delta_handling, $target_info) {
381381
$values = array();
382382

383383
// Default delta handling: just pass one delta to the next

0 commit comments

Comments
 (0)