Hi,

there is a simple typo in geofield.elements.inc, line 310. There it says:

array_push($element['#element_validate'], 'goefield_proximity_search_validate');

while it should probabely be:

array_push($element['#element_validate'], 'geofield_proximity_search_validate');

(so it's "goefield_proximity_search_validate" vs. "geofield_proximity_search_validate")

CommentFileSizeAuthor
#1 typo-2201603-1.patch565 byteseporama
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eporama’s picture

Status: Active » Needs review
FileSize
565 bytes

Here's a patch for it!

SocialNicheGuru’s picture

Status: Needs review » Reviewed & tested by the community

this solves it.

moonray’s picture

This patch is a simple one-liner. +1.

poker10’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

This was fixed in: #2540686: Fix typo