forked from hans/Nominatim
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