mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
fix linitin issues in PHP
This commit is contained in:
@@ -19,7 +19,7 @@ class Tokenizer
|
|||||||
|
|
||||||
public function checkStatus()
|
public function checkStatus()
|
||||||
{
|
{
|
||||||
$sSQL = "SELECT word_id FROM word limit 1";
|
$sSQL = 'SELECT word_id FROM word limit 1';
|
||||||
$iWordID = $this->oDB->getOne($sSQL);
|
$iWordID = $this->oDB->getOne($sSQL);
|
||||||
if ($iWordID === false) {
|
if ($iWordID === false) {
|
||||||
throw new Exception('Query failed', 703);
|
throw new Exception('Query failed', 703);
|
||||||
|
|||||||
Reference in New Issue
Block a user