Update meta files.

This commit is contained in:
James Cole
2020-06-22 18:08:23 +02:00
parent bcb9794315
commit c251ca5daf
5 changed files with 209 additions and 171 deletions

View File

@@ -121,7 +121,7 @@ class AttachmentRepository implements AttachmentRepositoryInterface
try {
$unencryptedContent = Crypt::decrypt($encryptedContent); // verified
} catch (DecryptException $e) {
Log::debug(sprintf('Could not decrypt: %e', $e->getMessage()));
//Log::debug(sprintf('Could not decrypt: %e', $e->getMessage()));
$unencryptedContent = $encryptedContent;
}
}