From 3727223db33a4b961d7bb14d592d998778814043 Mon Sep 17 00:00:00 2001 From: acognet Date: Fri, 18 Feb 2022 18:05:36 +0100 Subject: [PATCH] Fix comment --- core/dict.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dict.class.inc.php b/core/dict.class.inc.php index a8c9c5102..d5fe6a185 100644 --- a/core/dict.class.inc.php +++ b/core/dict.class.inc.php @@ -299,10 +299,10 @@ class Dict /** * Clone a string in every language (if it exists in that language) - * since 3.0.1 Not clone sSourceCode entry if sDestCode entry already exist * * @param $sSourceCode * @param $sDestCode + * @since 3.0.1 Not clone sSourceCode entry if sDestCode entry already exist */ public static function CloneString($sSourceCode, $sDestCode) {