From 04b69d60f1e2ff8d8101ae3d44f9a41e8ae1385e Mon Sep 17 00:00:00 2001 From: Prasad <prasad@vtiger.com> Date: Thu, 1 Dec 2022 10:53:22 +0530 Subject: [PATCH] Fixed inclusion file to once --- vtlib/Vtiger/Net/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtlib/Vtiger/Net/Client.php b/vtlib/Vtiger/Net/Client.php index 97608bc3d..b6d276d1c 100644 --- a/vtlib/Vtiger/Net/Client.php +++ b/vtlib/Vtiger/Net/Client.php @@ -7,7 +7,7 @@ * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. *************************************************************************************/ -include 'vtlib/thirdparty/network/Request.php'; +include_once 'vtlib/thirdparty/network/Request.php'; /** * Provides API to work with HTTP Connection. -- GitLab