Merged in release/3.2 (pull request #5488)

Release/3.2

Approved-by: Paula Quispe
This commit is contained in:
Paula Quispe
2017-03-06 14:55:50 +00:00
3 changed files with 6 additions and 6 deletions

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(