mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
don't use isset for bool options in setup.php
This commit is contained in:
@@ -730,7 +730,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($aCMDResult['drop']))
|
||||
if ($aCMDResult['drop'])
|
||||
{
|
||||
// The implementation is potentially a bit dangerous because it uses
|
||||
// a positive selection of tables to keep, and deletes everything else.
|
||||
|
||||
Reference in New Issue
Block a user