Skip to content

Commit

Permalink
Update installation/src/Helper/DatabaseHelper.php
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
Hackwar and richard67 committed Apr 29, 2023
1 parent e787b1f commit 4a406fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/src/Helper/DatabaseHelper.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit 4a406fd

Please sign in to comment.