mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Update record adapter
This commit is contained in:
@@ -1394,7 +1394,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
|
||||
':parent_record_id' => 0,
|
||||
':type' => $file->getType() ? $file->getType()->getType() : 'unknown',
|
||||
':sha256' => $file->getMedia()->getHash('sha256'),
|
||||
':uuid' => $file->getUUID(),
|
||||
':uuid' => $file->getUUID(true),
|
||||
':originalname' => $file->getOriginalName(),
|
||||
':mime' => $file->getFile()->getMimeType(),
|
||||
));
|
||||
|
Reference in New Issue
Block a user