Commit b70b8049 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction d'une erreur dans FileManager::create.

Showing with 2 additions and 1 deletion
+2 -1
......@@ -125,8 +125,9 @@ final class FileManager implements FileManagerInterface
array_unshift($metadata['duplicateOf'], $original->getId());
}
$new->setFilesystem($this->filesystem);
$new
->setFilesystem($this->filesystem)
->setMetadata($metadata)
->setDisplayName($original->getDisplayName())
->setDescription($original->getDescription())
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment