Skip to content

Commit

Permalink
Fixed latest changes on getLink function
Browse files Browse the repository at this point in the history
  • Loading branch information
lthornton-mm committed May 9, 2023
1 parent 5bf93a1 commit f5f3805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserForms/SubmittedFileField.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SubmittedFileField extends SubmissionSubmittedFileField
/**
* @inheritdoc
*/
public function getLink()
public function getLink($grant = true)
{
$config = [
'resource_type' => 'raw',
Expand Down

0 comments on commit f5f3805

Please sign in to comment.