Fixed changing area in existing address.
[readifood.git] / lib / contact.php
index 4e3b456..d83e101 100644 (file)
     }
 
     /* Get address. */
+    $area_id = $_POST['area_id'];
     $line = $_POST['address'];
     $postcode = $_POST['postcode'];
     $q = new AddressQuery;