diff --git a/module/VuFind/src/VuFind/Config/Upgrade.php b/module/VuFind/src/VuFind/Config/Upgrade.php index 62190c9a3f8b463436fd670efe676254ff14bdb6..5ae3e354ca72e46f835992c6858509d78d05a6de 100644 --- a/module/VuFind/src/VuFind/Config/Upgrade.php +++ b/module/VuFind/src/VuFind/Config/Upgrade.php @@ -493,12 +493,6 @@ class Upgrade // Set up reference for convenience (and shorter lines): $newConfig = & $this->newConfigs['config.ini']; - // Brazilian Portuguese language file is now disabled by default (since - // it is very incomplete, and regular Portuguese file is now available): - if (isset($newConfig['Languages']['pt-br'])) { - unset($newConfig['Languages']['pt-br']); - } - // If the [BulkExport] options setting is an old default, update it to // reflect the fact that we now support more options. if ($this->isDefaultBulkExportOptions($newConfig['BulkExport']['options'])) {