Fixes for language files7.

This commit is contained in:
tracer 2023-05-29 16:18:23 +02:00
parent 21fb878ffb
commit a1b030e463
1 changed files with 1 additions and 2 deletions

View File

@ -183,7 +183,7 @@ class UpdateController
$langDeSieTarget = "dist/$languageFile";
if (!file_exists(filename: $langDeSieTarget)) {
echo "Downloading language $languageFile" . PHP_EOL;
echo " Downloading language $languageFile" . PHP_EOL;
$filePath = "https://downloads.phpbb.de/pakete/deutsch/$major.$minor/$availableUpdate/$languageFile";
// https://downloads.phpbb.de/pakete/deutsch/3.3/3.3.10/phpBB_lang_de_x_sie-3.3.10.tar.bz2
// https://downloads.phpbb.de/pakete/deutsch/3.3/3.3.10/phpBB_lang_de_x_sie-3.3.10.tar.bz2
@ -201,7 +201,6 @@ class UpdateController
echo 'Language Deutsch "Sie" ist not installed, skipping' . PHP_EOL;
}
die;
if (!$this->confirm(message: 'Do you want to proceed with the update now?')) {
exit(0);
}