Skip to content

Commit

Permalink
Merge pull request #2642 from LibreSign/fix/array-structure
Browse files Browse the repository at this point in the history
fix: array structure
  • Loading branch information
vitormattos authored Apr 1, 2024
2 parents 9238376 + 3d5ed65 commit 94d647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/SignRequestMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ private function associateAllAndFormat(IUser $user, array $files, array $signers

if ($data['me']) {
$data['sign_uuid'] = $signer->getUuid();
$data['url'] = $this->urlGenerator->linkToRoute('libresign.page.getPdfFile', ['uuid' => $signer->getuuid()]);
$files[$key]['url'] = $this->urlGenerator->linkToRoute('libresign.page.getPdfFile', ['uuid' => $signer->getuuid()]);
}

if ($signer->getSigned()) {
Expand Down

0 comments on commit 94d647d

Please sign in to comment.