Disable hub filtering #604
This commit is contained in:
parent
9160cbe0af
commit
8577e57686
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