Skip to content

Commit

Permalink
minor code clarification to prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Mar 19, 2019
1 parent f204f47 commit 4672073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/C_Document.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ function document_upload_download_log($patientid, $content)

$LOG = file_get_contents($log_path.$log_file);

if (!empty($LOG) && cryptCheckStandard($LOG)) {
if (cryptCheckStandard($LOG)) {
$LOG = decryptStandard($LOG, null, 'database');
}

Expand Down

0 comments on commit 4672073

Please sign in to comment.