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