Merged in bugfix/HOR-2792 (pull request #5478)

HOR-2792

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Roly
2017-03-01 20:30:27 +00:00
committed by Julio Cesar Laura Avendaño

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(