From 4a406fddcfd6ebd872ac06ab68da8f14bafe1ffe Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Sat, 29 Apr 2023 21:42:55 +0200 Subject: [PATCH] Update installation/src/Helper/DatabaseHelper.php Co-authored-by: Richard Fath --- installation/src/Helper/DatabaseHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/src/Helper/DatabaseHelper.php b/installation/src/Helper/DatabaseHelper.php index 4d2b0c8a35903..55c7258a1dfbd 100644 --- a/installation/src/Helper/DatabaseHelper.php +++ b/installation/src/Helper/DatabaseHelper.php @@ -365,7 +365,7 @@ public static function checkRemoteDbHost($options) // Get the path $remoteDbPath = JPATH_INSTALLATION . '/' . $remoteDbFile; - $emptyString = ''; + $emptyString = ''; // When the path is not writable the user needs to create the file manually if (!File::write($remoteDbPath, $emptyString)) {