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

Update file_class.php

This commit is contained in:
Gábor
2018-07-25 10:50:25 +02:00
committed by GitHub
parent c5e0c30179
commit a403f49560

View File

@@ -1506,7 +1506,7 @@ class e_file
$time = date("YmdHi"); $time = date("YmdHi");
if(rename($destpath.$dir, e_BACKUP.$dir."_".$time)) if(rename($destpath.$dir, e_BACKUP.$dir."_".$time))
{ {
$mes->addSuccess("Old folder moved to backup directory"); $mes->addSuccess(ADLAN_195);
} }
} }
} }