don't use isset for bool options in setup.php

This commit is contained in:
Sarah Hoffmann
2015-09-27 11:09:55 +02:00
parent 0df8a4e24f
commit f24b904f9a

View File

@@ -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.