Fixes for language files5.
This commit is contained in:
parent
7d88fc5066
commit
2114bcc8b5
|
@ -158,7 +158,7 @@ class UpdateController
|
|||
|
||||
if (!file_exists(filename: $langDeDuTarget)) {
|
||||
echo " Downloading $languageFile" . PHP_EOL;
|
||||
$filePath = "https://downloads.phpbb.de/pakete/deutsch/$major.$minor/$availableUpdate/$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-3.3.10.tar.bz2
|
||||
// https://downloads.phpbb.de/pakete/deutsch/3.3/3.3.10/phpBB_lang_de-3.3.10.tar.bz2
|
||||
echo "File path: $filePath";
|
||||
|
|
Loading…
Reference in New Issue