X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvalidations%2Faddress.inc.php;fp=include%2Fvalidations%2Faddress.inc.php;h=12b2779e9a1fec146e59c9f0ac854927a3201ba9;hb=8526cfe046865202710c548a3a58c7dbddeaee65;hp=0e1c0b7b76b32b00a1198c2b24964d1ede635e46;hpb=2381c8d05a2ec0b705c52ffeac635b18967f5545;p=platal.git diff --git a/include/validations/address.inc.php b/include/validations/address.inc.php index 0e1c0b7..12b2779 100644 --- a/include/validations/address.inc.php +++ b/include/validations/address.inc.php @@ -126,7 +126,7 @@ class AddressReq extends ProfileValidate $this->address['changed'] = 0; $address = new Address($this->address); $address->format(); - $address->updateGeocoding($this->given_text); + $address->updateGeocoding(); return true; }