diff --git a/pages/ajax.render.php b/pages/ajax.render.php index 77a09ca3d..44c20b061 100644 --- a/pages/ajax.render.php +++ b/pages/ajax.render.php @@ -2140,7 +2140,7 @@ EOF $oAttachment->Set('item_class', $sObjClass); $oAttachment->SetDefaultOrgId(); $oAttachment->Set('contents', $oDoc); - $oAttachment->Set('secret', bin2hex(random_bytes(16))); // 128 bits of entropy, cryptographically secure + $oAttachment->Set('secret', bin2hex(random_bytes(16))); // 128 bits of entropy, cryptographically secure $iAttId = $oAttachment->DBInsert(); $aResult['uploaded'] = 1; @@ -2198,7 +2198,7 @@ EOF $oAttachment->Set('item_class', $sObjClass); $oAttachment->SetDefaultOrgId(); $oAttachment->Set('contents', $oDoc); - $oAttachment->Set('secret', bin2hex(random_bytes(16))); // 128 bits of entropy, cryptographically secure + $oAttachment->Set('secret', bin2hex(random_bytes(16))); // 128 bits of entropy, cryptographically secure $iAttId = $oAttachment->DBInsert(); IssueLog::Trace('InlineImage created', LogChannels::INLINE_IMAGE, [