mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
fix bad namespace for Operator class
This commit is contained in:
parent
0e4f80bf1b
commit
d68996127d
@ -34,7 +34,7 @@ class SpecialTerm
|
|||||||
'Info' => array(
|
'Info' => array(
|
||||||
'class' => $this->sClass,
|
'class' => $this->sClass,
|
||||||
'type' => $this->sType,
|
'type' => $this->sType,
|
||||||
'operator' => Operator::toString($this->iOperator)
|
'operator' => \Nominatim\Operator::toString($this->iOperator)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user