Added htmlentities for filename and folders with special character

This commit is contained in:
alvarenga.milton 2019-03-03 17:04:50 -03:00
parent 6ab45f07ab
commit 38e402a4b8

View File

@ -709,7 +709,7 @@ class Filemanager extends Common {
"url"=>$add,
"thumbnail_url"=>$add,
"delete_url"=>$add,
"delete_type"=>"DELETE"
"delete_type"=>'DELETE'
);
}
}
@ -785,4 +785,4 @@ class Filemanager extends Common {
return $path;
}
}
}