diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index b422ded1..aa1b291d 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -529,11 +529,10 @@ class SetupFunctions public function index($bIndexNoanalyse) { - $sOutputFile = ''; $sBaseCmd = CONST_BasePath.'/nominatim/nominatim.py' .' -d '.escapeshellarg($this->aDSNInfo['database']) .' -P '.escapeshellarg($this->aDSNInfo['port']) - .' -t '.escapeshellarg($this->iInstances.$sOutputFile); + .' -t '.escapeshellarg($this->iInstances); if (!$this->bQuiet) { $sBaseCmd .= ' -v'; }