From 6767fbbeae2ff2765a17ce8edc5bb1666c389333 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 2 Dec 2023 10:49:30 -0500 Subject: [PATCH] remove weird dots --- setup/plugins/installFiles/l10nDownload.civi-setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/plugins/installFiles/l10nDownload.civi-setup.php b/setup/plugins/installFiles/l10nDownload.civi-setup.php index baaec23f73..9f9f210fba 100644 --- a/setup/plugins/installFiles/l10nDownload.civi-setup.php +++ b/setup/plugins/installFiles/l10nDownload.civi-setup.php @@ -76,7 +76,7 @@ if (!defined('CIVI_SETUP')) { foreach ($e->getModel()->moFiles as $moFile => $url) { $l10DownloadFile = str_replace('[locale]', $lang, $url); \Civi\Setup::log() - ->info("Download translation '.$moFile.' from " . $l10DownloadFile . ' into ' . $downloadDir); + ->info("Download translation '$moFile' from " . $l10DownloadFile . ' into ' . $downloadDir); $client = new \GuzzleHttp\Client(); $response = $client->get($l10DownloadFile); if ($response->getStatusCode() == 200) { -- 2.25.1