diff --git a/BackendCommands.php b/BackendCommands.php index eb824b1..c51c301 100644 --- a/BackendCommands.php +++ b/BackendCommands.php @@ -365,8 +365,7 @@ public function createTestingDump() // Cleanup settings file. if (!empty($tmpName)) { rename($tmpName, $defaultSettingsFile); - } - else { + } else { unlink($defaultSettingsFile); } }