mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
remove connect() in update script
This is now implicit.
This commit is contained in:
@@ -151,7 +151,6 @@ if ($aResult['init-updates']) {
|
|||||||
'enable-diff-updates' => true,
|
'enable-diff-updates' => true,
|
||||||
'verbose' => $aResult['verbose']
|
'verbose' => $aResult['verbose']
|
||||||
));
|
));
|
||||||
$cSetup->connect();
|
|
||||||
$cSetup->createFunctions();
|
$cSetup->createFunctions();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user