Update GeoPHP patch to fix Issue #3050510: Error: Call to a member function getY() on null.

This commit is contained in:
Michael Stenta 2019-12-31 11:48:40 -05:00
parent 58734b0f23
commit 43f26e3f62
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ projects[geofield][patch][] = "http://www.drupal.org/files/issues/geofield-delet
projects[geophp][subdir] = "contrib"
projects[geophp][version] = "1.x-dev"
; Patch to use BCMath for arithmetic.
projects[geophp][patch][] = "http://www.drupal.org/files/issues/geophp_bcmath-2625348-1.patch"
projects[geophp][patch][] = "http://www.drupal.org/files/issues/2019-12-31/geophp_bcmath-2625348-5.patch"
projects[inline_entity_form][subdir] = "contrib"
projects[inline_entity_form][version] = "1.9"