mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
SetupClass.php: remove unused variable
This commit is contained in:
@@ -529,11 +529,10 @@ class SetupFunctions
|
|||||||
|
|
||||||
public function index($bIndexNoanalyse)
|
public function index($bIndexNoanalyse)
|
||||||
{
|
{
|
||||||
$sOutputFile = '';
|
|
||||||
$sBaseCmd = CONST_BasePath.'/nominatim/nominatim.py'
|
$sBaseCmd = CONST_BasePath.'/nominatim/nominatim.py'
|
||||||
.' -d '.escapeshellarg($this->aDSNInfo['database'])
|
.' -d '.escapeshellarg($this->aDSNInfo['database'])
|
||||||
.' -P '.escapeshellarg($this->aDSNInfo['port'])
|
.' -P '.escapeshellarg($this->aDSNInfo['port'])
|
||||||
.' -t '.escapeshellarg($this->iInstances.$sOutputFile);
|
.' -t '.escapeshellarg($this->iInstances);
|
||||||
if (!$this->bQuiet) {
|
if (!$this->bQuiet) {
|
||||||
$sBaseCmd .= ' -v';
|
$sBaseCmd .= ' -v';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user