Merge branch '604-disable-hub-filtering' into 'master-fix'
Resolve "Disable hub filtering" See merge request jankstudio/resq!720
This commit is contained in:
commit
ac0edd5467
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ class HubFilteringGeoChecker
|
|||
|
||||
public function isCovered($long, $lat)
|
||||
{
|
||||
// TODO: remove this
|
||||
// NOTE: this is a temporary fix to disable hub filtering altogether
|
||||
return false;
|
||||
|
||||
// check if geofence is enabled
|
||||
if ($this->geofence_flag == 'true')
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue