From 7a7498537fca2eb9ba9d982cc851f5480d4dfd77 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 11 Aug 2022 17:17:29 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05135=20-=20Impersonate:=20history=20of?= =?UTF-8?q?=20changes=20versus=20log=20entries=20-=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/attributedef.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index af5baa88f..d8edb8cb1 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -4589,7 +4589,7 @@ class AttributeCaseLog extends AttributeLongText { //N°5135 - add impersonation information in caselog if (UserRights::IsImpersonated()){ - $sOnBehalfOf = $sUserString = Dict::Format('UI:Archive_User_OnBehalfOf_User', UserRights::GetRealUserFriendlyName(), UserRights::GetUserFriendlyName()); + $sOnBehalfOf = Dict::Format('UI:Archive_User_OnBehalfOf_User', UserRights::GetRealUserFriendlyName(), UserRights::GetUserFriendlyName()); $oCaseLog->AddLogEntry($proposedValue, $sOnBehalfOf, UserRights::GetConnectedUserId()); } else { $oCaseLog->AddLogEntry($proposedValue);