From c611d49941e8a097116dfb6f6d08e5491a85dcee Mon Sep 17 00:00:00 2001 From: marc tobias Date: Wed, 8 Apr 2020 14:16:06 +0200 Subject: [PATCH] SetupClass.php: remove unused variable --- lib/setup/SetupClass.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'; } -- 2.45.1