From 25e077940e35d8fc7c98677359e43e5870e5c72d Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 16 Oct 2021 12:10:06 -0400 Subject: [PATCH] put back missing placeholder --- CRM/Extension/Browser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Extension/Browser.php b/CRM/Extension/Browser.php index f421cb363d..df34111114 100644 --- a/CRM/Extension/Browser.php +++ b/CRM/Extension/Browser.php @@ -243,7 +243,7 @@ class CRM_Extension_Browser { restore_error_handler(); if ($status !== CRM_Utils_HttpClient::STATUS_OK) { - throw new CRM_Extension_Exception(ts('The CiviCRM public extensions directory at %1 could not be contacted - please check your webserver can make external HTTP requests. Contact your site administrator for assistance.'), 'connection_error'); + throw new CRM_Extension_Exception(ts('The CiviCRM public extensions directory at %1 could not be contacted - please check your webserver can make external HTTP requests. Contact your site administrator for assistance.', [1 => $this->getRepositoryUrl()]), 'connection_error'); } // Don't call grabCachedJson here, that would risk infinite recursion -- 2.25.1