Fixes for language files7.
This commit is contained in:
parent
21fb878ffb
commit
a1b030e463
|
@ -183,7 +183,7 @@ class UpdateController
|
||||||
$langDeSieTarget = "dist/$languageFile";
|
$langDeSieTarget = "dist/$languageFile";
|
||||||
|
|
||||||
if (!file_exists(filename: $langDeSieTarget)) {
|
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";
|
$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
|
||||||
// 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;
|
echo 'Language Deutsch "Sie" ist not installed, skipping' . PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
die;
|
|
||||||
if (!$this->confirm(message: 'Do you want to proceed with the update now?')) {
|
if (!$this->confirm(message: 'Do you want to proceed with the update now?')) {
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue