1. Grazing Cat .Inc
  2. Bug report
  3. Friday, 23 November 2012
  4.  Subscribe via email
When I want to search by street/country/town don't work !
I find a bug in the source code
component->models->hotspot
line 178 to line 180
$street = $q->quoteName('m.name');
$country = $q->quoteName('m.name');
$town = $q->quoteName('m.name');

Should be modified to:
$street = $q->quoteName('m.street');
$country = $q->quoteName('m.country');
$town = $q->quoteName('m.town ');

then search by street/country/town work!
Responses (1)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!