From: demeritcowboy Date: Sat, 2 Dec 2023 15:49:30 +0000 (-0500) Subject: remove weird dots X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6767fbbeae2ff2765a17ce8edc5bb1666c389333;p=civicrm-core.git remove weird dots --- 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) {