Refactor Blake3 hashing implementation in CDokumente; update localization and metadata files
This commit is contained in:
@@ -41,7 +41,7 @@ class CDokumente extends \Espo\Core\Hooks\Base
|
||||
return;
|
||||
}
|
||||
|
||||
$newBlake3 = bin2hex(blake3($fileContent));
|
||||
$newBlake3 = \blake3($fileContent);
|
||||
|
||||
// Setze Hash
|
||||
$entity->set('blake3hash', $newBlake3);
|
||||
|
||||
Reference in New Issue
Block a user