Skip to content

Commit

Permalink
Merge pull request #8042 from RainRat/Attachment.php
Browse files Browse the repository at this point in the history
Update Attachment.php
  • Loading branch information
Sesquipedalian authored Feb 1, 2024
2 parents 3c26744 + 0b8c8fe commit f56f9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public function __construct(int $id = 0, array $props = [])
WHERE id_attach = {int:id}
LIMIT 1',
[
'id' => $this->id,
'id' => $id,
],
);

Expand Down

0 comments on commit f56f9bd

Please sign in to comment.