From d4f23e391fcd47d60d63e522fa1b79aeacdf421a Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 16 Apr 2019 16:05:26 +0300 Subject: [PATCH] cleanup --- application/Espo/Core/Utils/ClientManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Utils/ClientManager.php b/application/Espo/Core/Utils/ClientManager.php index 37527f47e7..7c761ca4c6 100644 --- a/application/Espo/Core/Utils/ClientManager.php +++ b/application/Espo/Core/Utils/ClientManager.php @@ -109,7 +109,7 @@ class ClientManager } $scriptsHtml = ''; - foreach ($jsFileList as $i => $jsFile) { + foreach ($jsFileList as $jsFile) { $src = $this->basePath . $jsFile . '?r=' . $cacheTimestamp; $scriptsHtml .= "\n " . "";