Commit b14efa70 by Krzysztof Kuźniar

Update module - fix media asset import path #4

parent 6173dc59
......@@ -314,7 +314,7 @@ class AssetUpdater implements \ObjectUpdaterInterface
$path = $uploadedFile->getPath();
$filesystem = new Filesystem();
try {
$filesystem->remove($path);
// $filesystem->remove($path);
} catch (IOExceptionInterface $exception) {
throw new \Exception("An error occurred while creating your directory at ".$exception->getPath());
}
......
Markdown is supported
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