Skip to content

Commit

Permalink
Merge pull request #2643 from LibreSign/backport/2642/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: array structure
  • Loading branch information
vitormattos authored Apr 1, 2024
2 parents 4ca75f1 + 7161d17 commit 3e29bf8
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 3e29bf8

Please sign in to comment.