Skip to content

Commit 34ad708

Browse files
authored
[5.4] Upmerge changes from 5.3-dev 2025-04-15
There are only changes from PR joomla#44908.
2 parents 9c5618c + e4011c1 commit 34ad708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ protected function getStringFromOption($option, $question, FormField $field): st
379379

380380
// We don't have a CLI option and now interactively get that from the user.
381381
while (\is_null($answer) || $answer === false) {
382-
if (\in_array($option, ['admin-password', 'db-pass', 'public_folder'])) {
382+
if (\in_array($option, ['admin-password', 'db-pass'])) {
383383
$answer = $this->ioStyle->askHidden($question);
384384
} else {
385385
$answer = $this->ioStyle->ask(

0 commit comments

Comments
 (0)