From 987aa64667d480ff456d61aa7e04733ee97af383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Thu, 15 Sep 2016 11:32:08 +0200 Subject: [PATCH] Some correction --- e107_admin/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/db.php b/e107_admin/db.php index fbd5302d9..e7a893da8 100644 --- a/e107_admin/db.php +++ b/e107_admin/db.php @@ -420,7 +420,7 @@ class system_tools $oldPath = $v['filename']; $newPath = str_replace($srch,$repl, $v['stored_filename']); - $message = DBLAN_121. $oldPath. DBLAN_122. $newPath; + $message = e107::getParser()->lanVars(DBLAN_121, array('x'=>$oldPath, 'y'=>$newPath)); if($v['folder'] ==1 && is_dir($newPath)) {