This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-03-01 14:29:47 -04:00
parent 73b9b8a6fe
commit e86374f791

View File

@@ -769,7 +769,7 @@ class FilesManager
if (is_file($f)) {
$arrayProcessFilesData = $this->getFileManagerUid($f);
if (is_null($arrayProcessFilesData["PRF_UID"])) {
if (empty($arrayProcessFilesData["PRF_UID"])) {
rename($dir . PATH_SEP . $file, $dir . PATH_SEP . $file . ".tmp");
$arrayData = array(