Skip to content
Snippets Groups Projects
Commit 96532ce7 authored by Frédéric Carretero's avatar Frédéric Carretero
Browse files

Correction

parent 8d131718
No related branches found
No related tags found
No related merge requests found
...@@ -1567,6 +1567,7 @@ function getFileContentInWsDataDir($sModule, $sObject, $mId, $sField = '', $sFil ...@@ -1567,6 +1567,7 @@ function getFileContentInWsDataDir($sModule, $sObject, $mId, $sField = '', $sFil
} }
catch(Aws\S3\Exception\S3Exception $e) { catch(Aws\S3\Exception\S3Exception $e) {
writeToErrorLog($e->getMessage()); writeToErrorLog($e->getMessage());
return false;
} }
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment