1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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