mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Some correction
This commit is contained in:
@@ -420,7 +420,7 @@ class system_tools
|
|||||||
$oldPath = $v['filename'];
|
$oldPath = $v['filename'];
|
||||||
$newPath = str_replace($srch,$repl, $v['stored_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))
|
if($v['folder'] ==1 && is_dir($newPath))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user