mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Some correction
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user