1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Some correction

This commit is contained in:
Gábor
2016-09-15 11:32:08 +02:00
committed by GitHub
parent 6a4cf60cc6
commit 987aa64667

View File

@@ -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))
{