From 5dee861f7d2092664b6ec57f496eebad1625565b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Aug 2019 18:39:40 +0200 Subject: [PATCH] Fix typo --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 28c61aca5cd..2dbc3bb3574 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -656,7 +656,7 @@ if ($action == 'addcontainer') elseif ($tmpgeturl['http_code'] != '200') { $errorforsubresource++; - setEventMessages('Error getting link tag url'.$urltograbbis.': '.$tmpgeturl['http_code'], null, 'errors'); + setEventMessages('Error getting link tag url '.$urltograbbis.': '.$tmpgeturl['http_code'], null, 'errors'); dol_syslog('Error getting '.$urltograbbis.': '.$tmpgeturl['curl_error_msg']); $action='createcontainer'; }