From 986b389073573f78fa0c5ae634cc2250075d0b15 Mon Sep 17 00:00:00 2001 From: Killesreiter Volker Date: Wed, 28 Aug 2024 13:44:36 +0200 Subject: [PATCH] fix cs --- BackendCommands.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } }